diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-01 22:15:29 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-01 22:15:29 +0000 |
commit | 84fc6032abc1e115f350879a6356824e783f6ef3 (patch) | |
tree | e8b1500088c9c8e84b419576639deabf35e69668 /dev-python/virtualenv | |
parent | Marking boto-2.0 ppc for bug 391437 (diff) | |
download | historical-84fc6032abc1e115f350879a6356824e783f6ef3.tar.gz historical-84fc6032abc1e115f350879a6356824e783f6ef3.tar.bz2 historical-84fc6032abc1e115f350879a6356824e783f6ef3.zip |
Marking virtualenv-1.6.4 ppc for bug 392639
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.6.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index fc98a42e9602..86aeb24cf110 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.66 2011/12/07 07:56:19 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.67 2012/02/01 22:15:29 ranger Exp $ + + 01 Feb 2012; Brent Baude <ranger@gentoo.org> virtualenv-1.6.4.ebuild: + Marking virtualenv-1.6.4 ppc for bug 392639 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> virtualenv-1.6.4.ebuild: x86 stable wrt bug #392639 diff --git a/dev-python/virtualenv/virtualenv-1.6.4.ebuild b/dev-python/virtualenv/virtualenv-1.6.4.ebuild index 71aebd98d924..782649739a75 100644 --- a/dev-python/virtualenv/virtualenv-1.6.4.ebuild +++ b/dev-python/virtualenv/virtualenv-1.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.6.4.ebuild,v 1.3 2011/12/07 07:56:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.4.ebuild,v 1.4 2012/02/01 22:15:29 ranger Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ HOMEPAGE="http://pypi.python.org/pypi/virtualenv" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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="" |