diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-26 18:21:23 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-26 18:21:23 +0000 |
commit | 5cddfe6d48d7feb29e10c20698169a31209f1485 (patch) | |
tree | 12576821f713591b4ef4d6fccab78430ecb7c787 | |
parent | Initial import, bug #147815, ebuild by Kolbjørn Barmen <gentoo at kolla dot no> (diff) | |
download | gentoo-2-5cddfe6d48d7feb29e10c20698169a31209f1485.tar.gz gentoo-2-5cddfe6d48d7feb29e10c20698169a31209f1485.tar.bz2 gentoo-2-5cddfe6d48d7feb29e10c20698169a31209f1485.zip |
stable ppc, bug 263853
(Portage version: 2.1.6.7/cvs/Linux ppc64)
-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 0b74d40bbc84..561e0f7e50f9 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.6 2009/01/08 21:41:19 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.7 2009/03/26 18:21:23 ranger Exp $ + + 26 Mar 2009; Brent Baude <ranger@gentoo.org> virtualenv-1.3.2.ebuild: + stable ppc, bug 263853 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -virtualenv-1.3.ebuild: Removing old diff --git a/dev-python/virtualenv/virtualenv-1.3.2.ebuild b/dev-python/virtualenv/virtualenv-1.3.2.ebuild index 81320a8a7a58..f353feec5acc 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.1 2009/01/04 19:54:04 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.2.ebuild,v 1.2 2009/03/26 18:21:23 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" |