diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:02:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-08 11:02:34 +0000 |
commit | fe41e357acba678fef59645f0b334d3b133ed53b (patch) | |
tree | 6db5953385c5b2df6734ca088e7d9e81db899a08 /dev-python/virtualenv | |
parent | Stable for ppc64, wrt bug #530614 (diff) | |
download | gentoo-2-fe41e357acba678fef59645f0b334d3b133ed53b.tar.gz gentoo-2-fe41e357acba678fef59645f0b334d3b133ed53b.tar.bz2 gentoo-2-fe41e357acba678fef59645f0b334d3b133ed53b.zip |
Stable for ppc64, wrt bug #530618
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index fe505ba26012..4aafcef8cbfb 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.129 2014/12/07 20:10:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.130 2014/12/08 11:02:34 ago Exp $ + + 08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.11.6.ebuild: + Stable for ppc64, wrt bug #530618 07 Dec 2014; Markus Meier <maekke@gentoo.org> virtualenv-1.11.6.ebuild: arm stable, bug #530618 diff --git a/dev-python/virtualenv/virtualenv-1.11.6.ebuild b/dev-python/virtualenv/virtualenv-1.11.6.ebuild index 6cc2f5ab012c..25f6fb788237 100644 --- a/dev-python/virtualenv/virtualenv-1.11.6.ebuild +++ b/dev-python/virtualenv/virtualenv-1.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.10 2014/12/07 20:10:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.11 2014/12/08 11:02:34 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -12,7 +12,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="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="doc test" |