2018-07-13 17:01:19 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2017-01-26 22:26:53 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:38:02 +03:00
|
|
|
|
2017-01-26 22:26:53 +03:00
|
|
|
EAPI="6"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="tcpd"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for tcpd"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2018-07-29 21:20:23 +03:00
|
|
|
KEYWORDS="amd64 -arm ~arm64 ~mips x86"
|
2017-01-26 22:26:53 +03:00
|
|
|
fi
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sec-policy/selinux-inetd
|
|
|
|
"
|
|
|
|
RDEPEND="${RDEPEND}
|
|
|
|
sec-policy/selinux-inetd
|
|
|
|
"
|