diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index 52a17fd5fa69..0d4b5be512d8 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/selflinux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.19 2011/12/16 15:28:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.20 2011/12/18 19:47:46 phajdan.jr Exp $ + + 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> selflinux-0.13.0.ebuild: + x86 stable wrt bug #393839 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> selflinux-0.13.0.ebuild: Stable for AMD64, wrt bug #393839 diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild index 40969e765e7a..412de6ffb834 100644 --- a/app-doc/selflinux/selflinux-0.13.0.ebuild +++ b/app-doc/selflinux/selflinux-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.2 2011/12/16 15:28:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.3 2011/12/18 19:47:46 phajdan.jr Exp $ MY_P="SelfLinux-${PV}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" |