diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-12-08 13:34:25 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-12-11 16:58:28 +0800 |
commit | b3e108e2ca1293f45a5a1a2d0046412cbe849618 (patch) | |
tree | 696f73f30f36c972099abf8521eaa7ff26fd8082 /sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.ebuild | |
parent | dev-ruby/ruby-vte3: cleanup ebuilds depending on wrong vte version, bug 601348 (diff) | |
download | gentoo-b3e108e2ca1293f45a5a1a2d0046412cbe849618.tar.gz gentoo-b3e108e2ca1293f45a5a1a2d0046412cbe849618.tar.bz2 gentoo-b3e108e2ca1293f45a5a1a2d0046412cbe849618.zip |
sec-policy: Release of SELinux policies 2.20161023-r2
Package-Manager: portage-2.3.0
Diffstat (limited to 'sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.ebuild b/sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.ebuild new file mode 100644 index 000000000000..31974133de88 --- /dev/null +++ b/sec-policy/selinux-privoxy/selinux-privoxy-2.20161023-r2.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="privoxy" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for privoxy" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |