2016-12-11 19:52:22 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2016-12-12 00:53:41 +03:00
|
|
|
EAPI="6"
|
2016-12-11 19:52:22 +03:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="xprint"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for xprint"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-12-31 22:35:43 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2016-12-11 19:52:22 +03:00
|
|
|
fi
|