diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-30 17:44:01 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-30 17:44:01 +0000 |
commit | 07f70f01f92f573ef327eb522f312439e8ac0ce4 (patch) | |
tree | 3e7bfae982e15fb350997fb98b4a3d6ecbda7af8 /net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild | |
parent | Clean up dbus deps wrt bug #183696. (diff) | |
download | gentoo-2-07f70f01f92f573ef327eb522f312439e8ac0ce4.tar.gz gentoo-2-07f70f01f92f573ef327eb522f312439e8ac0ce4.tar.bz2 gentoo-2-07f70f01f92f573ef327eb522f312439e8ac0ce4.zip |
Clean up dbus deps wrt bug #183696.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild')
-rw-r--r-- | net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild b/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild index 8dc14e63c85d..1a4cff329858 100644 --- a/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild +++ b/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.6 2006/12/03 10:45:11 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.7 2007/06/30 17:44:01 peper Exp $ DESCRIPTION="Tapioca XMPP protocol" HOMEPAGE="http://tapioca-voip.sf.net" @@ -14,8 +14,7 @@ IUSE="" DEPEND="net-im/tapiocad net-libs/libjingle >=dev-libs/glib-2 - || ( >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )" + >=dev-libs/dbus-glib-0.71" RDEPEND="${DEPEND}" |