diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-11 19:14:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-11 19:14:35 +0000 |
commit | 9bd0ebec65742b599c216948a73e8d2a33a4bfac (patch) | |
tree | 08b0a56e703034dd768f36f6349e434ed5b47801 /dev-python/isodate | |
parent | Add ~ppc, wrt bug #421061 (diff) | |
download | gentoo-2-9bd0ebec65742b599c216948a73e8d2a33a4bfac.tar.gz gentoo-2-9bd0ebec65742b599c216948a73e8d2a33a4bfac.tar.bz2 gentoo-2-9bd0ebec65742b599c216948a73e8d2a33a4bfac.zip |
Add ~ppc, wrt bug #421061
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/isodate')
-rw-r--r-- | dev-python/isodate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/isodate/isodate-0.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/isodate/ChangeLog b/dev-python/isodate/ChangeLog index f0e8c890ecee..dd3cd10fc098 100644 --- a/dev-python/isodate/ChangeLog +++ b/dev-python/isodate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.5 2012/11/11 10:56:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.6 2012/12/11 19:14:35 ago Exp $ + + 11 Dec 2012; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9.ebuild: + Add ~ppc, wrt bug #421061 *isodate-0.4.9 (11 Nov 2012) diff --git a/dev-python/isodate/isodate-0.4.9.ebuild b/dev-python/isodate/isodate-0.4.9.ebuild index ac9a938367e4..f2bafc335c7e 100644 --- a/dev-python/isodate/isodate-0.4.9.ebuild +++ b/dev-python/isodate/isodate-0.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.ebuild,v 1.1 2012/11/11 10:56:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.4.9.ebuild,v 1.2 2012/12/11 19:14:35 ago Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools" |