diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 15:46:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 15:46:53 +0000 |
commit | 126a06c1288b1130b0145c1cc16fcfce163db184 (patch) | |
tree | 5433a16104a3d8f0a4b84b89fa0322646dff113b /dev-python/virtualenv | |
parent | Stable for amd64, wrt bug #415873 (diff) | |
download | gentoo-2-126a06c1288b1130b0145c1cc16fcfce163db184.tar.gz gentoo-2-126a06c1288b1130b0145c1cc16fcfce163db184.tar.bz2 gentoo-2-126a06c1288b1130b0145c1cc16fcfce163db184.zip |
Stable for amd64, wrt bug #415875
(Portage version: 2.1.10.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.7.1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 847fe77a597d..cc2eefe73eb2 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.72 2012/03/02 08:46:53 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.73 2012/05/14 15:46:53 ago Exp $ + + 14 May 2012; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.7.1.2-r1.ebuild: + Stable for amd64, wrt bug #415875 *virtualenv-1.7.1.2-r1 (02 Mar 2012) diff --git a/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild b/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild index d62023c664cb..50e133cead53 100644 --- a/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild @@ -1,6 +1,6 @@ # 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.7.1.2-r1.ebuild,v 1.1 2012/03/02 08:46:53 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.2 2012/05/14 15:46:53 ago Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/tarball/${PV} -> ${P}-new.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="doc" |