diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-09 21:57:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-09 21:57:08 +0000 |
commit | 864764fa882f2e774fbec236606809985f2b3605 (patch) | |
tree | 0931e480192860c5ce1d53210bd1d5cfa2238366 /sys-apps | |
parent | Stable for x86, wrt bug #428946 (diff) | |
download | gentoo-2-864764fa882f2e774fbec236606809985f2b3605.tar.gz gentoo-2-864764fa882f2e774fbec236606809985f2b3605.tar.bz2 gentoo-2-864764fa882f2e774fbec236606809985f2b3605.zip |
Stable for amd64, wrt bug #430674
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.1.11.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index 401abc5ff513..35eb1bcdb578 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1067 2012/08/04 19:57:41 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1068 2012/08/09 21:57:08 ago Exp $ + + 09 Aug 2012; Agostino Sarubbo <ago@gentoo.org> portage-2.1.11.9.ebuild: + Stable for amd64, wrt bug #430674 04 Aug 2012; Zac Medico <zmedico@gentoo.org> portage-2.1.10.65.ebuild, portage-2.1.11.9.ebuild, portage-2.1.6.7_p1.ebuild, diff --git a/sys-apps/portage/portage-2.1.11.9.ebuild b/sys-apps/portage/portage-2.1.11.9.ebuild index cd466656e072..c9d60b46934f 100644 --- a/sys-apps/portage/portage-2.1.11.9.ebuild +++ b/sys-apps/portage/portage-2.1.11.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.11.9.ebuild,v 1.2 2012/08/04 19:57:41 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.11.9.ebuild,v 1.3 2012/08/09 21:57:08 ago Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -10,7 +10,7 @@ inherit eutils multilib python DESCRIPTION="Portage is the package management and distribution system for Gentoo" HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="build doc epydoc +ipc linguas_pl pypy1_9 python2 python3 selinux xattr" |