diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:49 +0000 |
commit | 65106cc19dfa55a2356e48ddc7852fc52185deb2 (patch) | |
tree | 675fc22f50ae9a89e9b49b763314f57e49b4c252 /dev-python | |
parent | Stable for ppc64, wrt bug #482056 (diff) | |
download | gentoo-2-65106cc19dfa55a2356e48ddc7852fc52185deb2.tar.gz gentoo-2-65106cc19dfa55a2356e48ddc7852fc52185deb2.tar.bz2 gentoo-2-65106cc19dfa55a2356e48ddc7852fc52185deb2.zip |
Stable for ppc64, wrt bug #482056
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/isodate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/isodate/isodate-0.4.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/isodate/ChangeLog b/dev-python/isodate/ChangeLog index 0a6ad85d64ac..699762d4dfcf 100644 --- a/dev-python/isodate/ChangeLog +++ b/dev-python/isodate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.20 2014/01/15 12:40:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.21 2014/01/15 12:40:49 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9-r1.ebuild: + Stable for ppc64, wrt bug #482056 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9-r1.ebuild: Stable for alpha, wrt bug #482056 diff --git a/dev-python/isodate/isodate-0.4.9-r1.ebuild b/dev-python/isodate/isodate-0.4.9-r1.ebuild index 2f01603447e7..d6a563c58862 100644 --- a/dev-python/isodate/isodate-0.4.9-r1.ebuild +++ b/dev-python/isodate/isodate-0.4.9-r1.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/isodate/isodate-0.4.9-r1.ebuild,v 1.8 2014/01/15 12:40:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.4.9-r1.ebuild,v 1.9 2014/01/15 12:40:49 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |