diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-20 17:00:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-20 17:00:20 +0000 |
commit | 131595e5aa1ae01e78dbc6cdf93b40d1b875ac22 (patch) | |
tree | b7fb32ab0537f0651883475d03c15d157a1f9a0d /dev-python/virtualenv | |
parent | Stable on amd64 wrt bug #348509 (diff) | |
download | gentoo-2-131595e5aa1ae01e78dbc6cdf93b40d1b875ac22.tar.gz gentoo-2-131595e5aa1ae01e78dbc6cdf93b40d1b875ac22.tar.bz2 gentoo-2-131595e5aa1ae01e78dbc6cdf93b40d1b875ac22.zip |
Stable on amd64 wrt bug #349192
(Portage version: 2.1.9.25/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.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 7ccee57fd04c..aebc36776488 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.44 2010/10/31 20:44:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.45 2010/12/20 17:00:20 hwoarang Exp $ + + 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.5.1.ebuild: + Stable on amd64 wrt bug #349192 31 Oct 2010; Fabian Groffen <grobian@gentoo.org> virtualenv-1.5.1.ebuild: Marked ~ppc-macos and ~x86-interix, bug #343425 diff --git a/dev-python/virtualenv/virtualenv-1.5.1.ebuild b/dev-python/virtualenv/virtualenv-1.5.1.ebuild index 7502728bce1f..e629fb11cc51 100644 --- a/dev-python/virtualenv/virtualenv-1.5.1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.5.1.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.5.1.ebuild,v 1.2 2010/10/31 20:44:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild,v 1.3 2010/12/20 17:00:20 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,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="" |