diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:40:07 +0000 |
commit | 88631e648cc24fd2d367676fd689a04962f421ef (patch) | |
tree | d338759703ea33030fb6c6c5888ebe4542db31ac /dev-python/rdflib | |
parent | Stable for sparc, wrt bug #483186 (diff) | |
download | gentoo-2-88631e648cc24fd2d367676fd689a04962f421ef.tar.gz gentoo-2-88631e648cc24fd2d367676fd689a04962f421ef.tar.bz2 gentoo-2-88631e648cc24fd2d367676fd689a04962f421ef.zip |
Stable for alpha, wrt bug #482056
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index c23c50c43cfd..94477b6af3c9 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.36 2014/01/14 05:37:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.37 2014/01/15 12:40:07 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rdflib-3.2.3-r1.ebuild: + Stable for alpha, wrt bug #482056 *rdflib-4.1.0 (14 Jan 2014) diff --git a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild index 947be93d777c..34be264c559b 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 +# 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.7 2013/12/19 14:12:00 hattya Exp $ +# $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 $ 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=" |