2018-01-20 18:12:44 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="6"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="dbadm"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for dbadm"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2018-02-05 09:11:48 +03:00
|
|
|
KEYWORDS="amd64 -arm ~arm64 ~mips x86"
|
2018-01-20 18:12:44 +03:00
|
|
|
fi
|