diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-12 13:15:43 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-12 13:15:43 +0000 |
commit | eb245db292864847b954918546af5cbc213d78f4 (patch) | |
tree | 00ee4b4ef6884d253d13ddf2f849175750886207 /sys-apps | |
parent | Support for USE="stl" wrt #314669 (diff) | |
download | gentoo-2-eb245db292864847b954918546af5cbc213d78f4.tar.gz gentoo-2-eb245db292864847b954918546af5cbc213d78f4.tar.bz2 gentoo-2-eb245db292864847b954918546af5cbc213d78f4.zip |
stable x86, bug 314247
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.1.8.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index ecaa568f7356..471f558579c4 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,10 @@ # 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.697 2010/04/11 14:14:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.698 2010/04/12 13:15:43 fauli Exp $ + + 12 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + portage-2.1.8.3.ebuild: + stable x86, bug 314247 11 Apr 2010; <nixnut@gentoo.org> portage-2.1.8.3.ebuild: ppc stable #314247 diff --git a/sys-apps/portage/portage-2.1.8.3.ebuild b/sys-apps/portage/portage-2.1.8.3.ebuild index e017ea72c3c2..adc35753a40b 100644 --- a/sys-apps/portage/portage-2.1.8.3.ebuild +++ b/sys-apps/portage/portage-2.1.8.3.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.8.3.ebuild,v 1.2 2010/04/11 14:14:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.8.3.ebuild,v 1.3 2010/04/12 13:15:43 fauli 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" |