2016-06-05 20:29:46 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="ncftool"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for ncftool"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-09-02 13:59:34 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2016-06-05 20:29:46 +03:00
|
|
|
fi
|