Prereq: 1.6 Index: pybugz/pybugz-0.6.11.ebuild =================================================================== --- pybugz/pybugz-0.6.11.ebuild {cset b50f4c2e-2cb0-4d87-be80-775d9535aaa5} +++ pybugz/pybugz-0.6.11.ebuild {local clone} @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.6.11.ebuild,v 1.6 2007/07/15 04:26:42 mr_bones_ Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="Command line interface to (Gentoo) Bugzilla" HOMEPAGE="http://www.liquidx.net/pybugz/" @@ -11,5 +11,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND=">=dev-lang/python-2.4 - dev-python/elementtree" +DEPEND="" +RDEPEND="|| ( + >=dev-lang/python-2.5 + ( dev-python/elementtree >=dev-lang/python-2.4 ) +)" + +src_unpack() { + unpack ${A}; cd ${S} + epatch ${FILESDIR}/${P}-python_2.5.patch +} + # Checksums: MD5 # 111d002d2242fda9ad4a89bdbed90507 pybugz-0.6.11.ebuild # e91a51b35c5bde696256eb6f2034c8ce pybugz-0.6.11.ebuild [diff]