summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-01-26 22:17:16 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-01-26 22:17:16 +0000
commit3d94ed4a3e8f38ba02b5697299efe9bed3665748 (patch)
tree4486ba8e65a13758f3ebcd9310e87f068ea16ddb /dev-python/rdflib
parentRemove PHP because it is a duplicate of PHP-2.02, bug 258316. (diff)
downloadgentoo-2-3d94ed4a3e8f38ba02b5697299efe9bed3665748.tar.gz
gentoo-2-3d94ed4a3e8f38ba02b5697299efe9bed3665748.tar.bz2
gentoo-2-3d94ed4a3e8f38ba02b5697299efe9bed3665748.zip
Add ~x86-linux as tested in bug 302359
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r--dev-python/rdflib/ChangeLog7
-rw-r--r--dev-python/rdflib/rdflib-2.4.1.ebuild6
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"