2017-02-18 23:45:25 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2012-10-14 19:43:16 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:37:05 +03:00
|
|
|
|
2016-12-12 09:08:56 +03:00
|
|
|
EAPI="6"
|
2012-10-14 19:43:16 +04:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="dbskk"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for dbskk"
|
|
|
|
|
2016-02-17 08:56:23 +03:00
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2017-09-23 14:44:28 +03:00
|
|
|
KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
|
2014-11-02 00:12:14 +03:00
|
|
|
fi
|
2012-10-14 19:43:16 +04:00
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sec-policy/selinux-inetd
|
|
|
|
"
|
2014-11-27 18:04:25 +03:00
|
|
|
RDEPEND="${RDEPEND}
|
|
|
|
sec-policy/selinux-inetd
|
|
|
|
"
|