2016-06-05 20:29:46 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2014-07-06 01:42:13 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2016-12-12 09:09:47 +03:00
|
|
|
EAPI="6"
|
2014-07-06 01:42:13 +04:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="tcsd"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for tcsd"
|
|
|
|
|
2016-02-17 09:03:58 +03:00
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-07-03 23:59:16 +03:00
|
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
|
2014-11-02 00:14:59 +03:00
|
|
|
fi
|