diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-02 11:56:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-02 11:56:37 +0000 |
commit | f7dfdcace86592aa7f3e60204b225b65c8a7271e (patch) | |
tree | 57db068b9a001682b0d4a29fe750e84a2ad50e16 /dev-python/virtualenv | |
parent | Stable for ia64, wrt bug #481804 (diff) | |
download | gentoo-2-f7dfdcace86592aa7f3e60204b225b65c8a7271e.tar.gz gentoo-2-f7dfdcace86592aa7f3e60204b225b65c8a7271e.tar.bz2 gentoo-2-f7dfdcace86592aa7f3e60204b225b65c8a7271e.zip |
Stable for s390, wrt bug #477970
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="s390", 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 79d63887a5e3..cfc3f1f0b1ef 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.102 2013/09/02 11:48:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.103 2013/09/02 11:56:37 ago Exp $ + + 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: + Stable for s390, wrt bug #477970 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: Stable for ia64, 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 b4004b53b098..b3b9ed235f6c 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.14 2013/09/02 11:48:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.15 2013/09/02 11:56:37 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}/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc test" |