diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 13:48:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 13:48:11 +0000 |
commit | 0b393eb349de07a6e741798e7fe71ccc38f9e7eb (patch) | |
tree | 55bc56795352f160b2697c5ebe976e567eadced2 /dev-python/virtualenv | |
parent | Stable for ppc, wrt bug #478344 (diff) | |
download | gentoo-2-0b393eb349de07a6e741798e7fe71ccc38f9e7eb.tar.gz gentoo-2-0b393eb349de07a6e741798e7fe71ccc38f9e7eb.tar.bz2 gentoo-2-0b393eb349de07a6e741798e7fe71ccc38f9e7eb.zip |
Stable for ppc, wrt bug #477970
(Portage version: 2.1.12.2/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.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 05194d62182c..fa74d1ea0b78 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.90 2013/07/24 18:43:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.91 2013/07/28 13:48:11 ago Exp $ + + 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: + Stable for ppc, wrt bug #477970 24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: Stable for amd64, wrt bug #477970 diff --git a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild b/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild index f091d85ab54d..8aff72619e97 100644 --- a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.9.1-r1.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.9.1-r1.ebuild,v 1.6 2013/07/24 18:43:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.7 2013/07/28 13:48:11 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -12,7 +12,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/tarball/${PV} -> ${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" |