diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-12 18:06:30 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-12 18:06:30 +0000 |
commit | 99f9307da57c9771c75289e0987e00a3248b7e3c (patch) | |
tree | 302dd70d3dc594de4fb92ad975f528589f172258 /dev-python/virtualenv | |
parent | stable ppc64, bug 262739 (diff) | |
download | historical-99f9307da57c9771c75289e0987e00a3248b7e3c.tar.gz historical-99f9307da57c9771c75289e0987e00a3248b7e3c.tar.bz2 historical-99f9307da57c9771c75289e0987e00a3248b7e3c.zip |
stable ppc64, bug 263853
Package-Manager: portage-2.1.6.11/cvs/Linux ppc64
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index d9bb8c4aed41..849f219e0de7 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.8 2009/04/05 12:46:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.9 2009/04/12 18:06:30 ranger Exp $ + + 12 Apr 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.2.ebuild: + stable ppc64, bug 263853 05 Apr 2009; Markus Meier <maekke@gentoo.org> virtualenv-1.3.2.ebuild: amd64/x86 stable, bug #263853 diff --git a/dev-python/virtualenv/virtualenv-1.3.2.ebuild b/dev-python/virtualenv/virtualenv-1.3.2.ebuild index 8c3bd2e77796..6f4531e83991 100644 --- a/dev-python/virtualenv/virtualenv-1.3.2.ebuild +++ b/dev-python/virtualenv/virtualenv-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.2.ebuild,v 1.3 2009/04/05 12:46:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.2.ebuild,v 1.4 2009/04/12 18:06:30 ranger Exp $ NEED_PYTHON="2.3" @@ -10,7 +10,7 @@ DESCRIPTION="Virtual Python Environment builder" HOMEPAGE="http://pypi.python.org/pypi/virtualenv" SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" SLOT="0" IUSE="" RDEPEND=">=dev-python/setuptools-0.6_rc8" |