diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-03 10:35:24 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-03 10:35:24 +0000 |
commit | 7dd4506d375cc13afb1054da8e3299609c466c2d (patch) | |
tree | 5b4c6526fa71639baa59413523461a228eb73def /net-im | |
parent | Version bump. Remove some old versions. (diff) | |
download | gentoo-2-7dd4506d375cc13afb1054da8e3299609c466c2d.tar.gz gentoo-2-7dd4506d375cc13afb1054da8e3299609c466c2d.tar.bz2 gentoo-2-7dd4506d375cc13afb1054da8e3299609c466c2d.zip |
Fix dep: dbus wrt bug #154521.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapiocad/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/tapiocad/tapiocad-0.3.9.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/tapiocad/ChangeLog b/net-im/tapiocad/ChangeLog index 56521bc0f34c..3298706f3830 100644 --- a/net-im/tapiocad/ChangeLog +++ b/net-im/tapiocad/ChangeLog @@ -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 diff --git a/net-im/tapiocad/tapiocad-0.3.9.ebuild b/net-im/tapiocad/tapiocad-0.3.9.ebuild index f4a9221e30ed..1b1f482aeac0 100644 --- a/net-im/tapiocad/tapiocad-0.3.9.ebuild +++ b/net-im/tapiocad/tapiocad-0.3.9.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/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" |