diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-01-26 16:16:03 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-01-26 16:16:03 +0000 |
commit | 3ca0a326f6e6208002f7139038f3d2cd3c39f620 (patch) | |
tree | 484e218cb8b88e305c8dbc980776c677063e94dc /sys-apps | |
parent | Version bumped. (diff) | |
download | gentoo-2-3ca0a326f6e6208002f7139038f3d2cd3c39f620.tar.gz gentoo-2-3ca0a326f6e6208002f7139038f3d2cd3c39f620.tar.bz2 gentoo-2-3ca0a326f6e6208002f7139038f3d2cd3c39f620.zip |
amd64 stable, bug 302001
(Portage version: 2.1.6.13/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.7.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index 29a03eecae29..a8ba6aba3cbc 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.667 2010/01/25 18:23:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.668 2010/01/26 16:16:03 darkside Exp $ + + 26 Jan 2010; Jeremy Olexa <darkside@gentoo.org> portage-2.1.7.16.ebuild: + amd64 stable, bug 302001 25 Jan 2010; Raúl Porcel <armin76@gentoo.org> portage-2.1.7.16.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #302001 diff --git a/sys-apps/portage/portage-2.1.7.16.ebuild b/sys-apps/portage/portage-2.1.7.16.ebuild index 34103b2bccef..5e822ce3a38a 100644 --- a/sys-apps/portage/portage-2.1.7.16.ebuild +++ b/sys-apps/portage/portage-2.1.7.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.16.ebuild,v 1.5 2010/01/25 18:23:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.16.ebuild,v 1.6 2010/01/26 16:16:03 darkside 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" PROVIDE="virtual/portage" SLOT="0" IUSE="build doc epydoc linguas_pl python3 selinux" |