diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-02 11:56:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-02 11:56:58 +0000 |
commit | 427d1ee426f5fe54398310d3f2ca8988d81c8e64 (patch) | |
tree | 8db2d2c5e59fb0d700a0ff88a2d53b72734bac6a /dev-python/virtualenv | |
parent | Stable for s390, wrt bug #481804 (diff) | |
download | gentoo-2-427d1ee426f5fe54398310d3f2ca8988d81c8e64.tar.gz gentoo-2-427d1ee426f5fe54398310d3f2ca8988d81c8e64.tar.bz2 gentoo-2-427d1ee426f5fe54398310d3f2ca8988d81c8e64.zip |
Stable for sh, wrt bug #477970
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="sh", 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 cfc3f1f0b1ef..22fdbf824402 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.103 2013/09/02 11:56:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.104 2013/09/02 11:56:58 ago Exp $ + + 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: + Stable for sh, wrt bug #477970 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: Stable for s390, 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 b3b9ed235f6c..99d6ca849bc8 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.15 2013/09/02 11:56:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.16 2013/09/02 11:56:58 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 s390 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc test" |