diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-20 20:10:53 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-20 20:10:53 +0000 |
commit | 57f5963298e46f9fb823512df28f10429227ac42 (patch) | |
tree | 7600ccd641d33311cd05e912ef7ebc711c7ebfa0 | |
parent | Add more checks to prevent user problems like bug #299777. (diff) | |
download | gentoo-2-57f5963298e46f9fb823512df28f10429227ac42.tar.gz gentoo-2-57f5963298e46f9fb823512df28f10429227ac42.tar.bz2 gentoo-2-57f5963298e46f9fb823512df28f10429227ac42.zip |
x86 stable wrt bug #349192
(Portage version: 2.1.9.25/cvs/Linux i686)
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index aebc36776488..27de7f8d3272 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,10 @@ # 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.45 2010/12/20 17:00:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.46 2010/12/20 20:10:53 phajdan.jr Exp $ + + 20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + virtualenv-1.5.1.ebuild: + x86 stable wrt bug #349192 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> virtualenv-1.5.1.ebuild: Stable on amd64 wrt bug #349192 diff --git a/dev-python/virtualenv/virtualenv-1.5.1.ebuild b/dev-python/virtualenv/virtualenv-1.5.1.ebuild index e629fb11cc51..b74970eb3686 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.3 2010/12/20 17:00:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild,v 1.4 2010/12/20 20:10:53 phajdan.jr 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="" |