diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2006-12-24 09:28:20 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2006-12-24 09:28:20 +0000 |
commit | 5d268de37ee582382b57e302d73eb13a6378faa4 (patch) | |
tree | 88549fbb2fa3a170e1131f7ff8d3b50406cafbca | |
parent | New ooo-build-release (2.0.4.11) also get rid of the -system-tarball (and sav... (diff) | |
download | gentoo-2-5d268de37ee582382b57e302d73eb13a6378faa4.tar.gz gentoo-2-5d268de37ee582382b57e302d73eb13a6378faa4.tar.bz2 gentoo-2-5d268de37ee582382b57e302d73eb13a6378faa4.zip |
Fixed deps, bug #158870.
(Portage version: 2.1.2_rc4)
-rw-r--r-- | dev-python/kid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kid/kid-0.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/kid/ChangeLog b/dev-python/kid/ChangeLog index 0e1069785e27..1824f3e9660b 100644 --- a/dev-python/kid/ChangeLog +++ b/dev-python/kid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kid # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.9 2006/12/23 11:06:17 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.10 2006/12/24 09:28:20 lucass Exp $ + + 24 Dec 2006; Lukasz Strzygowski <lucass@gentoo.org> kid-0.9.4.ebuild: + Fixed deps, bug #158870. *kid-0.9.4 (23 Dec 2006) diff --git a/dev-python/kid/kid-0.9.4.ebuild b/dev-python/kid/kid-0.9.4.ebuild index 6a703996f0d9..3afc27f3bc49 100644 --- a/dev-python/kid/kid-0.9.4.ebuild +++ b/dev-python/kid/kid-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.4.ebuild,v 1.1 2006/12/23 11:06:17 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.4.ebuild,v 1.2 2006/12/24 09:28:20 lucass Exp $ inherit distutils eutils @@ -14,7 +14,7 @@ SLOT="0" IUSE="" DEPEND=">=dev-lang/python-2.3 - >=dev-python/elementtree-1.2.6" + || ( >=dev-lang/python-2.5 dev-python/elementtree )" src_unpack() { |