diff options
-rw-r--r-- | dev-python/rdflib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-2.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index 46e78abe4f79..70c4429f7e3a 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.6 2009/09/04 17:48:34 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.7 2010/01/26 22:17:16 darkside Exp $ + + 26 Jan 2010; Jeremy Olexa <darkside@gentoo.org> rdflib-2.4.1.ebuild: + Add ~x86-linux as tested in bug 302359 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -rdflib-2.4.0.ebuild: Remove old diff --git a/dev-python/rdflib/rdflib-2.4.1.ebuild b/dev-python/rdflib/rdflib-2.4.1.ebuild index ac50b82e3b27..b0345d8eeb89 100644 --- a/dev-python/rdflib/rdflib-2.4.1.ebuild +++ b/dev-python/rdflib/rdflib-2.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.1.ebuild,v 1.1 2009/08/10 00:09:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.1.ebuild,v 1.2 2010/01/26 22:17:16 darkside Exp $ EAPI="2" NEED_PYTHON="2.3" @@ -14,7 +14,7 @@ SRC_URI="http://rdflib.net/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="berkdb examples mysql redland sqlite zodb" DEPEND=">=dev-python/setuptools-0.6_rc5" |