diff options
-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() { |