diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-28 09:28:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-28 09:28:53 +0000 |
commit | 2fe435941772b7b59df8bb9f31a50e7da34f3356 (patch) | |
tree | a61196ad7d6cda3498c6e45967439155045aede4 /dev-python/virtualenv | |
parent | Version bump. No noteworthy changes. (diff) | |
download | gentoo-2-2fe435941772b7b59df8bb9f31a50e7da34f3356.tar.gz gentoo-2-2fe435941772b7b59df8bb9f31a50e7da34f3356.tar.bz2 gentoo-2-2fe435941772b7b59df8bb9f31a50e7da34f3356.zip |
Stable on amd64 wrt bug #325903
(Portage version: 2.1.8.3/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.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 829e35fcb997..23bae917153c 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.37 2010/06/09 17:28:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.38 2010/06/28 09:28:53 angelos Exp $ + + 28 Jun 2010; Christoph Mende <angelos@gentoo.org> virtualenv-1.4.9.ebuild: + Stable on amd64 wrt bug #325903 09 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> virtualenv-1.4.8.ebuild: diff --git a/dev-python/virtualenv/virtualenv-1.4.9.ebuild b/dev-python/virtualenv/virtualenv-1.4.9.ebuild index bc98a9bc28e2..4f8c32edaefd 100644 --- a/dev-python/virtualenv/virtualenv-1.4.9.ebuild +++ b/dev-python/virtualenv/virtualenv-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.9.ebuild,v 1.1 2010/05/28 17:01:01 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.9.ebuild,v 1.2 2010/06/28 09:28:53 angelos Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ HOMEPAGE="http://pypi.python.org/pypi/virtualenv" SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" SLOT="0" IUSE="" |