diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-11 17:48:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-11 17:48:39 +0000 |
commit | c7d4d088c9bafcd1c21985200ebf4a3ab4dddf06 (patch) | |
tree | e8a8291343c58d57ba98e31b079dc942c3e70b8e | |
parent | arm stable, bug #482056 (diff) | |
download | gentoo-2-c7d4d088c9bafcd1c21985200ebf4a3ab4dddf06.tar.gz gentoo-2-c7d4d088c9bafcd1c21985200ebf4a3ab4dddf06.tar.bz2 gentoo-2-c7d4d088c9bafcd1c21985200ebf4a3ab4dddf06.zip |
arm stable, bug #482056
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 5b17b53ed8f8..7ca92973af1b 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.33 2013/09/15 09:30:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.34 2013/10/11 17:48:39 maekke Exp $ + + 11 Oct 2013; Markus Meier <maekke@gentoo.org> rdflib-3.2.3-r1.ebuild: + arm stable, bug #482056 15 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rdflib-3.2.3-r1.ebuild: Stable for x86, 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 6da66a97da35..8c15dca5639c 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-2013 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.5 2013/09/15 09:30:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.2.3-r1.ebuild,v 1.6 2013/10/11 17:48:39 maekke 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=" |