diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-25 13:36:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-25 13:36:37 +0000 |
commit | 730de36640000ecaa53e834a7360ca57c78ccb56 (patch) | |
tree | 8a802260984834513b0bb14094d8d78fb469eacc /dev-lang | |
parent | Small patch from bug #33243 (Manifest recommit) (diff) | |
download | gentoo-2-730de36640000ecaa53e834a7360ca57c78ccb56.tar.gz gentoo-2-730de36640000ecaa53e834a7360ca57c78ccb56.tar.bz2 gentoo-2-730de36640000ecaa53e834a7360ca57c78ccb56.zip |
Reinstating portage version check as people keep upgrading python without upgrading portage.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.3.ebuild | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index ed0dbc4a24ca..edeea6fffe86 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.82 2004/02/17 20:02:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.83 2004/02/25 13:36:37 kloeri Exp $ + + 25 Feb 2004; Bryan Østergaard,,, <kloeri@gentoo.org> python-2.3.3.ebuild: + Reinstating portage version check as people keep upgrading python without + upgrading portage. 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> python-2.1.3-r1.ebuild: Fix duplicate KEYWORDS settings and mark stable on alpha and ia64 for the sake diff --git a/dev-lang/python/python-2.3.3.ebuild b/dev-lang/python/python-2.3.3.ebuild index c908dd419202..8224a98fd214 100644 --- a/dev-lang/python/python-2.3.3.ebuild +++ b/dev-lang/python/python-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.16 2004/02/22 16:19:33 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.17 2004/02/25 13:36:37 kloeri Exp $ inherit flag-o-matic python @@ -41,12 +41,9 @@ PROVIDE="virtual/python" # this is to stop people shooting themselves in the foot. we can't # add portage to DEPENDS otherwise it'll create a circular dependency -# NOTE: we don't need this any more as sys-apps/portage-2.0.49-r18 is -# already stable -# NOTE2: OK, the reason this is _now_ disabled is because Gentoo 1.4 -# stage2 should upgrade fine to 2.3.3 even with the presence of -# an old portage -pkg_setup_disabled() { +# NOTE from Koeri: I'm reinstating this check as people are upgrading python +# without upgrading portage. +pkg_setup() { if ! has_version ">=sys-apps/portage-2.0.49-r16"; then eerror "Dependency Failed! Requires >=sys-apps/portage-2.0.49-r16" eerror "Please run: emerge portage" |