diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-08 16:26:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-08 16:26:39 +0000 |
commit | 6c49c0e0a1fd2b1ccb361e3e7b64e036596e34da (patch) | |
tree | 554e2f7a49ade523a546368056c79b9067896052 /dev-python/virtualenv | |
parent | Marked ~ppc wrt #366541 (diff) | |
download | gentoo-2-6c49c0e0a1fd2b1ccb361e3e7b64e036596e34da.tar.gz gentoo-2-6c49c0e0a1fd2b1ccb361e3e7b64e036596e34da.tar.bz2 gentoo-2-6c49c0e0a1fd2b1ccb361e3e7b64e036596e34da.zip |
Stable on amd64 wrt bug #370513
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index b134a8e49476..533b240c648a 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.56 2011/05/28 13:45:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.57 2011/06/08 16:26:39 hwoarang Exp $ + + 08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.6.1.ebuild: + Stable on amd64 wrt bug #370513 28 May 2011; Brent Baude <ranger@gentoo.org> virtualenv-1.6.ebuild: Marking virtualenv-1.6 ppc for bug 365573 diff --git a/dev-python/virtualenv/virtualenv-1.6.1.ebuild b/dev-python/virtualenv/virtualenv-1.6.1.ebuild index 79ade0585a98..34b82062cda7 100644 --- a/dev-python/virtualenv/virtualenv-1.6.1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.1 2011/05/01 01:45:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.2 2011/06/08 16:26:39 hwoarang 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="" |