diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-30 08:26:30 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-30 08:26:30 +0000 |
commit | 478769783bca20e0bf6ec2b886a0dcc3521a8618 (patch) | |
tree | 3629396387b5900ae33d2d45ecf8d7817ec2ff73 /dev-python/pyltxml | |
parent | Fixed DEPEND (diff) | |
download | historical-478769783bca20e0bf6ec2b886a0dcc3521a8618.tar.gz historical-478769783bca20e0bf6ec2b886a0dcc3521a8618.tar.bz2 historical-478769783bca20e0bf6ec2b886a0dcc3521a8618.zip |
Fixed DEPEND
Diffstat (limited to 'dev-python/pyltxml')
-rw-r--r-- | dev-python/pyltxml/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyltxml/pyltxml-1.3.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pyltxml/Manifest b/dev-python/pyltxml/Manifest index 08b7453fb09a..c333d43e65ef 100644 --- a/dev-python/pyltxml/Manifest +++ b/dev-python/pyltxml/Manifest @@ -1,4 +1,4 @@ -MD5 e93e6bda92d92158c320a00101cdbf89 ChangeLog 357 +MD5 f407906a38f1a3f20f425b3671d57beb ChangeLog 446 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 696af480c3dca90e81c74ff930d1ecd9 pyltxml-1.3.ebuild 704 +MD5 67610f1f71c1f207467d8a9a1cfd4398 pyltxml-1.3.ebuild 784 MD5 c70a065d577606158efd80c0d7510187 files/digest-pyltxml-1.3 62 diff --git a/dev-python/pyltxml/pyltxml-1.3.ebuild b/dev-python/pyltxml/pyltxml-1.3.ebuild index c4af2f0b5ad5..e391d867950d 100644 --- a/dev-python/pyltxml/pyltxml-1.3.ebuild +++ b/dev-python/pyltxml/pyltxml-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/10/30 01:40:37 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyltxml/pyltxml-1.3.ebuild,v 1.2 2003/10/30 08:26:23 pythonhead Exp $ inherit distutils @@ -12,6 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" +DEPEND=">=dev-lang/python-2.2.2 + >=dev-libs/ltxml-1.2.5" DOCS="00README" src_unpack() { |