diff options
author | Brent Baude <ranger@gentoo.org> | 2012-05-29 19:57:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-05-29 19:57:36 +0000 |
commit | 37eb6742aaecd55d5e184123212811cb9eb8aa8d (patch) | |
tree | d7c5f373be7ea7ce6c8fb4febd572b2966c30fa2 /dev-python/virtualenv | |
parent | Marking geoip-python-1.2.7 ppc for bug 415867 (diff) | |
download | gentoo-2-37eb6742aaecd55d5e184123212811cb9eb8aa8d.tar.gz gentoo-2-37eb6742aaecd55d5e184123212811cb9eb8aa8d.tar.bz2 gentoo-2-37eb6742aaecd55d5e184123212811cb9eb8aa8d.zip |
Marking virtualenv-1.7.1.2-r1 ppc for bug 415875
(Portage version: 2.1.10.49/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.7.1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index e0ab3b888d8c..3f3022a3a491 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.75 2012/05/23 13:18:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.76 2012/05/29 19:57:36 ranger Exp $ + + 29 May 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.7.1.2-r1.ebuild: + Marking virtualenv-1.7.1.2-r1 ppc for bug 415875 23 May 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.7.1.2-r1.ebuild: Marking virtualenv-1.7.1.2-r1 ppc64 for bug 415875 diff --git a/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild b/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild index e69ecc37e127..8c54e9b279ac 100644 --- a/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.4 2012/05/23 13:18:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.5 2012/05/29 19:57:36 ranger Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/tarball/${PV} -> ${P}-new.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc" |