diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 15:28:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 15:28:45 +0000 |
commit | 4d0446ac81e33ea7c9f279b9ecdde071337e77a4 (patch) | |
tree | 865b6e58c8343ccc3865953dc046f8f735d61770 /app-doc | |
parent | Fix problems with localization search dirs wrt #385671 by Nikoli and René Kr... (diff) | |
download | gentoo-2-4d0446ac81e33ea7c9f279b9ecdde071337e77a4.tar.gz gentoo-2-4d0446ac81e33ea7c9f279b9ecdde071337e77a4.tar.bz2 gentoo-2-4d0446ac81e33ea7c9f279b9ecdde071337e77a4.zip |
Stable for AMD64, wrt bug #393839
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.13.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index 69ae6e7351ba..52a17fd5fa69 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/selflinux -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.18 2009/12/04 01:07:05 cla Exp $ +# 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 $ + + 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> selflinux-0.13.0.ebuild: + Stable for AMD64, wrt bug #393839 *selflinux-0.13.0 (03 Dec 2009) diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild index 17314b81434b..40969e765e7a 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-2009 Gentoo Foundation +# 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.1 2009/12/04 01:07:05 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.2 2011/12/16 15:28:45 ago 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}" |