diff options
Diffstat (limited to 'dev-python/pyltxml/pyltxml-1.3.ebuild')
-rw-r--r-- | dev-python/pyltxml/pyltxml-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyltxml/pyltxml-1.3.ebuild b/dev-python/pyltxml/pyltxml-1.3.ebuild index 5cfe0be108f8..6485c5d3da3b 100644 --- a/dev-python/pyltxml/pyltxml-1.3.ebuild +++ b/dev-python/pyltxml/pyltxml-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyltxml/pyltxml-1.3.ebuild,v 1.3 2004/06/25 01:40:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyltxml/pyltxml-1.3.ebuild,v 1.4 2005/02/07 04:32:13 fserb Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ltg.ed.ac.uk/software/xml/" SRC_URI=ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/PyLTXML-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/python-2.2.2 >=dev-libs/ltxml-1.2.5" |