diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-24 09:23:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-24 09:23:44 +0000 |
commit | f1431514b9045ce8ef1594c22781e899d0dfd898 (patch) | |
tree | fc2fe30c3fb949045c322de56183962e151eb62e /dev-python | |
parent | Stable for amd64, wrt bug #476152 (diff) | |
download | gentoo-2-f1431514b9045ce8ef1594c22781e899d0dfd898.tar.gz gentoo-2-f1431514b9045ce8ef1594c22781e899d0dfd898.tar.bz2 gentoo-2-f1431514b9045ce8ef1594c22781e899d0dfd898.zip |
Stable for amd64, wrt bug #450084
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/virtualenv-clone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/virtualenv-clone/ChangeLog b/dev-python/virtualenv-clone/ChangeLog index 5319f19a769b..93f4c8a85590 100644 --- a/dev-python/virtualenv-clone/ChangeLog +++ b/dev-python/virtualenv-clone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/virtualenv-clone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/ChangeLog,v 1.2 2013/03/21 13:08:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/ChangeLog,v 1.3 2013/07/24 09:23:44 ago Exp $ + + 24 Jul 2013; Agostino Sarubbo <ago@gentoo.org> + virtualenv-clone-0.2.4-r1.ebuild: + Stable for amd64, wrt bug #450084 *virtualenv-clone-0.2.4-r1 (21 Mar 2013) diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild index 5fb56dffad9f..7e856363f6ca 100644 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-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-clone/virtualenv-clone-0.2.4-r1.ebuild,v 1.1 2013/03/21 13:08:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv-clone/virtualenv-clone-0.2.4-r1.ebuild,v 1.2 2013/07/24 09:23:44 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" |