Fix dep: dbus wrt bug #154521.
authorPiotr Jaroszyński <peper@gentoo.org>
Sun, 3 Dec 2006 10:39:03 +0000 (10:39 +0000)
committerPiotr Jaroszyński <peper@gentoo.org>
Sun, 3 Dec 2006 10:39:03 +0000 (10:39 +0000)
Package-Manager: portage-2.1.2_rc2-r3

net-im/tapioca-xmpp/ChangeLog
net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild
net-im/tapiocad/ChangeLog
net-im/tapiocad/tapiocad-0.3.9.ebuild

index 16e193fa23f2c77e11a42b7a003507fa153833d8..0297c7a430598cfbfe2a21e73eba6fd5660685a8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/tapioca-xmpp
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/ChangeLog,v 1.5 2006/10/08 18:04:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/ChangeLog,v 1.6 2006/12/03 10:39:03 peper Exp $
+
+  03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org>
+  tapioca-xmpp-0.3.9.ebuild:
+  Fix dep: dbus wrt bug #154521.
 
   08 Oct 2006; Simon Stelling <blubb@gentoo.org> tapioca-xmpp-0.3.9.ebuild:
   added ~amd64
index fa44607a70107a4deeea39382e5126ed0d739795..72dbeef7552e9cfb01856ab59d7bfaab89827083 100644 (file)
@@ -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/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.4 2006/10/08 18:04:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.5 2006/12/03 10:39:03 peper Exp $
 
 DESCRIPTION="Tapioca XMPP protocol"
 HOMEPAGE="http://tapioca-voip.sf.net"
@@ -9,10 +9,13 @@ SLOT="0"
 LICENSE="LGPL-2"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-RDEPEND="net-im/tapiocad
+DEPEND="net-im/tapiocad
        net-libs/libjingle
        >=dev-libs/glib-2
-       sys-apps/dbus"
+       || ( >=dev-libs/dbus-glib-0.71
+               ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )"
+
+RDEPEND="${DEPEND}"
 
 src_install() {
        make DESTDIR=${D} install || die "make install failed"
index 56521bc0f34c7180dbca69b72d27f095d4006e61..3298706f38302f265b26992c8648fb2ca3c86620 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/tapiocad
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.3 2006/10/08 18:04:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.4 2006/12/03 10:35:24 peper Exp $
+
+  03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> tapiocad-0.3.9.ebuild:
+  Fix dep: dbus wrt bug #154521.
 
   08 Oct 2006; Simon Stelling <blubb@gentoo.org> tapiocad-0.3.9.ebuild:
   added ~amd64
index f4a9221e30ed0e83e718d62f27e94a4f7938369e..1b1f482aeac01b181164b9320a5567f2c9305f5b 100644 (file)
@@ -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/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.2 2006/10/08 18:04:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.3 2006/12/03 10:35:24 peper Exp $
 
 DESCRIPTION="Tapioca framework for VOIP and IM"
 HOMEPAGE="http://tapioca-voip.sf.net"
@@ -11,7 +11,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 S="${WORKDIR}/tapioca-${PV}"
 RDEPEND=">=dev-libs/glib-2
-       sys-apps/dbus"
+       || ( >=dev-libs/dbus-glib-0.71
+               ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )"
 
 src_install() {
        make DESTDIR=${D} install || die "make install failed"