diff options
author | Sven Vermeulen <swift@gentoo.org> | 2016-10-27 16:35:15 +0200 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2016-10-27 16:35:50 +0200 |
commit | 3590df517587d9678967f92a9222669d0a076349 (patch) | |
tree | 8f0c1fa1b6282687172dba3da54df704a01b15ad /sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild | |
parent | net-dns/dnscrypt-proxy: reorder maintainers and remove description (diff) | |
download | gentoo-3590df517587d9678967f92a9222669d0a076349.tar.gz gentoo-3590df517587d9678967f92a9222669d0a076349.tar.bz2 gentoo-3590df517587d9678967f92a9222669d0a076349.zip |
sec-policy: Release of SELinux policies 2.20161023-r1
Package-Manager: portage-2.3.0
Diffstat (limited to 'sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild b/sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild new file mode 100644 index 000000000000..363e60ffd3e0 --- /dev/null +++ b/sec-policy/selinux-dbadm/selinux-dbadm-2.20161023-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" + +IUSE="" +MODS="dbadm" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dbadm" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |