2016-10-03 11:29:26 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="ncftool"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for ncftool"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-11-24 08:59:37 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2016-10-03 11:29:26 +03:00
|
|
|
fi
|