diff options
Diffstat (limited to 'dev-python/dbus-python/dbus-python-0.80.2.ebuild')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.80.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.80.2.ebuild b/dev-python/dbus-python/dbus-python-0.80.2.ebuild index 9ab7d5070075..2251a04ee497 100644 --- a/dev-python/dbus-python/dbus-python-0.80.2.ebuild +++ b/dev-python/dbus-python/dbus-python-0.80.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.80.2.ebuild,v 1.12 2007/07/06 17:32:48 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.80.2.ebuild,v 1.13 2007/07/07 22:52:52 mr_bones_ Exp $ inherit python multilib @@ -12,6 +12,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" SLOT="0" LICENSE="|| ( GPL-2 AFL-2.1 )" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="test" RDEPEND=">=dev-lang/python-2.4 >=dev-python/pyrex-0.9.3-r2 |