diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:05:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:05:19 +0000 |
commit | 85ea3cd248228c73f133723e723b3f762da18ae1 (patch) | |
tree | 8af5058cd47c4957a2b2f5189ccec7954205fe68 /dev-python/stevedore | |
parent | Bump kernel dep to 3.0. Reported by ssuominen, thanks. (diff) | |
download | gentoo-2-85ea3cd248228c73f133723e723b3f762da18ae1.tar.gz gentoo-2-85ea3cd248228c73f133723e723b3f762da18ae1.tar.bz2 gentoo-2-85ea3cd248228c73f133723e723b3f762da18ae1.zip |
Stable for amd64, wrt bug #450086
(Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r-- | dev-python/stevedore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/stevedore/stevedore-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/stevedore/ChangeLog b/dev-python/stevedore/ChangeLog index d218d8d9962a..8cac633509e6 100644 --- a/dev-python/stevedore/ChangeLog +++ b/dev-python/stevedore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stevedore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.5 2013/06/16 14:42:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.6 2013/07/30 09:05:19 ago Exp $ + + 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> stevedore-0.9.1.ebuild: + Stable for amd64, wrt bug #450086 16 Jun 2013; Ian Delaney <idella4@gentoo.org> stevedore-0.9.1.ebuild: correct setuotools in deps wrt Bug #473278 diff --git a/dev-python/stevedore/stevedore-0.9.1.ebuild b/dev-python/stevedore/stevedore-0.9.1.ebuild index 888f7f4179ca..17c6960aa86b 100644 --- a/dev-python/stevedore/stevedore-0.9.1.ebuild +++ b/dev-python/stevedore/stevedore-0.9.1.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/stevedore/stevedore-0.9.1.ebuild,v 1.2 2013/06/16 14:42:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.9.1.ebuild,v 1.3 2013/07/30 09:05:19 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |