diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:35:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:35:36 +0000 |
commit | 78ff6c773c959c08b305d2804abc91c970a35601 (patch) | |
tree | 3de325d0e125ec892da762c2bc540ea4d26a2925 /dev-python/virtualenv | |
parent | Stable for ppc, wrt bug #487870 (diff) | |
download | gentoo-2-78ff6c773c959c08b305d2804abc91c970a35601.tar.gz gentoo-2-78ff6c773c959c08b305d2804abc91c970a35601.tar.bz2 gentoo-2-78ff6c773c959c08b305d2804abc91c970a35601.zip |
Stable for ppc, wrt bug #490816
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 38446c8e38fd..07bae25d332b 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.108 2013/11/30 14:16:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.109 2013/12/21 16:35:36 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.10.1.ebuild: + Stable for ppc, wrt bug #490816 30 Nov 2013; Markus Meier <maekke@gentoo.org> virtualenv-1.10.1.ebuild: arm stable, bug #490816 diff --git a/dev-python/virtualenv/virtualenv-1.10.1.ebuild b/dev-python/virtualenv/virtualenv-1.10.1.ebuild index a59922f22807..c69ac2103dbd 100644 --- a/dev-python/virtualenv/virtualenv-1.10.1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.5 2013/11/30 14:16:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.6 2013/12/21 16:35:36 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 arm ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc test" |