diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 16:49:40 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 16:49:40 +0000 |
commit | 9504ed9e0413c2ef1c565b14b8de24079a1b9908 (patch) | |
tree | 4e808a600e34feca1fdcb13a74f568ac09eb61f6 /sec-policy/selinux-rtorrent | |
parent | New snapshot (diff) | |
download | gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.tar.gz gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.tar.bz2 gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.zip |
Stabilize policy 2.20141203-r7
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-rtorrent')
-rw-r--r-- | sec-policy/selinux-rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-rtorrent/ChangeLog b/sec-policy/selinux-rtorrent/ChangeLog index 0806fbd109d5..bba907fa7a52 100644 --- a/sec-policy/selinux-rtorrent/ChangeLog +++ b/sec-policy/selinux-rtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-rtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.47 2015/07/02 18:07:04 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.48 2015/08/04 16:49:36 perfinion Exp $ + + 04 Aug 2015; Jason Zaman <perfinion@gentoo.org> + selinux-rtorrent-2.20141203-r7.ebuild: + Stabilize policy 2.20141203-r7 02 Jul 2015; Jason Zaman <perfinion@gentoo.org> selinux-rtorrent-2.20141203-r6.ebuild: diff --git a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild index d56b13c0e678..107ef370b73a 100644 --- a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild +++ b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild,v 1.1 2015/07/02 17:59:38 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20141203-r7.ebuild,v 1.2 2015/08/04 16:49:36 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for rtorrent" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |