diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-09-17 19:49:43 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-09-17 21:09:12 +0800 |
commit | 3381f5df978f85f0857b76fe9e6b06b2c45b3d64 (patch) | |
tree | 8db2c66412083b3f2a7bcb7a1c003e0705afd483 /sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild | |
parent | Revert "dev-util/valgrind: keyworded 3.12.0 for ppc64, bug #583422" (diff) | |
download | gentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.tar.gz gentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.tar.bz2 gentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.zip |
sec-policy: Release of SELinux policies 2.20170805-r2
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild new file mode 100644 index 000000000000..3f132244870b --- /dev/null +++ b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20170805-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +EAPI="6" + +IUSE="" +MODS="rtorrent" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for rtorrent" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |