diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:45 +0000 |
commit | 36ffdb59118190988fd95ba517abfbd0def57834 (patch) | |
tree | 023772bdf686d3ffea3dd99ac7b96b75c5d40326 /dev-python/rdflib | |
parent | Stable for alpha, wrt bug #482056 (diff) | |
download | gentoo-2-36ffdb59118190988fd95ba517abfbd0def57834.tar.gz gentoo-2-36ffdb59118190988fd95ba517abfbd0def57834.tar.bz2 gentoo-2-36ffdb59118190988fd95ba517abfbd0def57834.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/rdflib')
-rw-r--r-- | dev-python/rdflib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-3.2.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index 94477b6af3c9..10f1a0af01b3 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.37 2014/01/15 12:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.38 2014/01/15 12:40:45 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rdflib-3.2.3-r1.ebuild: + Stable for ppc64, wrt bug #482056 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rdflib-3.2.3-r1.ebuild: Stable for alpha, wrt bug #482056 diff --git a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild index 34be264c559b..57e4007cf2c7 100644 --- a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild +++ b/dev-python/rdflib/rdflib-3.2.3-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/rdflib/rdflib-3.2.3-r1.ebuild,v 1.8 2014/01/15 12:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.2.3-r1.ebuild,v 1.9 2014/01/15 12:40:45 ago Exp $ EAPI=5 @@ -16,7 +16,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="berkdb examples mysql redland sqlite test" RDEPEND=" |