diff options
author | 2008-12-23 17:30:39 +0000 | |
---|---|---|
committer | 2008-12-23 17:30:39 +0000 | |
commit | b10d7b4fc9e9dffd4da6e62c968187ed11d0c07d (patch) | |
tree | c8c5ccce3ccd5e0e60b6d91f4374afd012b9ee5a /dev-python | |
parent | amd64/x86 stable, bug #252245 (diff) | |
download | gentoo-2-b10d7b4fc9e9dffd4da6e62c968187ed11d0c07d.tar.gz gentoo-2-b10d7b4fc9e9dffd4da6e62c968187ed11d0c07d.tar.bz2 gentoo-2-b10d7b4fc9e9dffd4da6e62c968187ed11d0c07d.zip |
add ~amd64, bug #252185
(Portage version: 2.1.6.2/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rdflib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index 66a20fe37f74..8f8acfd966cb 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.2 2008/08/06 19:06:08 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.3 2008/12/23 17:30:39 maekke Exp $ + + 23 Dec 2008; Markus Meier <maekke@gentoo.org> rdflib-2.4.0.ebuild: + add ~amd64, bug #252185 06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/dev-python/rdflib/rdflib-2.4.0.ebuild b/dev-python/rdflib/rdflib-2.4.0.ebuild index 63701a5abf8e..c5c960c6385d 100644 --- a/dev-python/rdflib/rdflib-2.4.0.ebuild +++ b/dev-python/rdflib/rdflib-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild,v 1.2 2008/03/25 21:54:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-2.4.0.ebuild,v 1.3 2008/12/23 17:30:39 maekke Exp $ NEED_PYTHON="2.3" @@ -10,7 +10,7 @@ DESCRIPTION="RDF library containing a triple store and parser/serializer" HOMEPAGE="http://rdflib.net/" SRC_URI="http://rdflib.net/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="berkdb examples mysql redland sqlite test zodb" DEPEND=">=dev-python/setuptools-0.6_rc5 |