diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:41:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:41:31 +0000 |
commit | 6ad36d1fac2dfea0c307569e73e2f24692832a7d (patch) | |
tree | b71b661fd3e6c61322d90f857d04ecedf3c7ea2d /dev-python/isodate | |
parent | Stable for sparc, wrt bug #482056 (diff) | |
download | gentoo-2-6ad36d1fac2dfea0c307569e73e2f24692832a7d.tar.gz gentoo-2-6ad36d1fac2dfea0c307569e73e2f24692832a7d.tar.bz2 gentoo-2-6ad36d1fac2dfea0c307569e73e2f24692832a7d.zip |
Stable for sparc, wrt bug #482056
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/isodate')
-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 98b169e3cc8d..01a470508634 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.22 2014/01/15 12:41:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.23 2014/01/15 12:41:31 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9-r1.ebuild: + Stable for sparc, wrt bug #482056 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9-r1.ebuild: Stable for ppc, 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 6f349882c5b4..818679db87c1 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.10 2014/01/15 12:41:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.4.9-r1.ebuild,v 1.11 2014/01/15 12:41:31 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}]" |