diff options
Diffstat (limited to 'dev-python/telepathy-python/telepathy-python-0.13.3.ebuild')
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.13.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/telepathy-python/telepathy-python-0.13.3.ebuild b/dev-python/telepathy-python/telepathy-python-0.13.3.ebuild index 356205823e40..a6236a5d66c0 100644 --- a/dev-python/telepathy-python/telepathy-python-0.13.3.ebuild +++ b/dev-python/telepathy-python/telepathy-python-0.13.3.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/telepathy-python/telepathy-python-0.13.3.ebuild,v 1.1 2006/10/22 18:02:20 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.13.3.ebuild,v 1.2 2006/11/20 17:48:17 peper Exp $ inherit distutils @@ -13,5 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-lang/python" +DEPEND="|| ( >=dev-libs/dbus-python-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )" + RDEPEND="${DEPEND}" |