diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-11 19:14:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-11 19:14:19 +0000 |
commit | 7049580820d039c93269363e98d9def92a8e03ff (patch) | |
tree | 9a1266c3ad6c2fe8bfab0f2bf00af6da679f4569 /dev-python/rdflib | |
parent | make PDEPEND more sane, after all other ebuilds are adjusted to use virtual/u... (diff) | |
download | gentoo-2-7049580820d039c93269363e98d9def92a8e03ff.tar.gz gentoo-2-7049580820d039c93269363e98d9def92a8e03ff.tar.bz2 gentoo-2-7049580820d039c93269363e98d9def92a8e03ff.zip |
Add ~ppc, wrt bug #421061
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r-- | dev-python/rdflib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index e232032c2438..cb7bbe845acd 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.18 2012/11/26 12:27:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.19 2012/12/11 19:14:19 ago Exp $ + + 11 Dec 2012; Agostino Sarubbo <ago@gentoo.org> rdflib-3.2.3.ebuild: + Add ~ppc, wrt bug #421061 27 Nov 2012; Ian Delaney <idella4@gentoo.org> rdflib-3.2.3.ebuild: Again revised consequent to re-prompt from Arfrever, rm of nuisance .pyc files diff --git a/dev-python/rdflib/rdflib-3.2.3.ebuild b/dev-python/rdflib/rdflib-3.2.3.ebuild index 3e34dc164b10..15cf0f462c38 100644 --- a/dev-python/rdflib/rdflib-3.2.3.ebuild +++ b/dev-python/rdflib/rdflib-3.2.3.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/rdflib/rdflib-3.2.3.ebuild,v 1.3 2012/11/26 12:27:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.2.3.ebuild,v 1.4 2012/12/11 19:14:19 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="berkdb examples mysql redland sqlite" RDEPEND="dev-python/isodate |