diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-02 06:31:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-02 06:31:04 +0000 |
commit | a0d1ca30c080bb2a794e94856649a00909794d6f (patch) | |
tree | 41567ace831a0c5762340c0afb42ea6b645bd673 /net-im/tapiocad | |
parent | stable x86, bug 186608 (diff) | |
download | gentoo-2-a0d1ca30c080bb2a794e94856649a00909794d6f.tar.gz gentoo-2-a0d1ca30c080bb2a794e94856649a00909794d6f.tar.bz2 gentoo-2-a0d1ca30c080bb2a794e94856649a00909794d6f.zip |
correct dbus deps (bug #187369)
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-im/tapiocad')
-rw-r--r-- | net-im/tapiocad/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/tapiocad/tapiocad-0.3.9.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/tapiocad/ChangeLog b/net-im/tapiocad/ChangeLog index 1043407ac584..0854e1e52e50 100644 --- a/net-im/tapiocad/ChangeLog +++ b/net-im/tapiocad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/tapiocad # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.5 2007/07/08 05:56:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.6 2007/08/02 06:31:04 mr_bones_ Exp $ + + 02 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> + tapiocad-0.3.9.ebuild: + correct dbus deps (bug #187369) 08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> tapiocad-0.3.9.ebuild: diff --git a/net-im/tapiocad/tapiocad-0.3.9.ebuild b/net-im/tapiocad/tapiocad-0.3.9.ebuild index 17f2e16a0a26..1ae95ffc11b7 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-2007 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.5 2007/07/08 05:56:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.6 2007/08/02 06:31:04 mr_bones_ Exp $ DESCRIPTION="Tapioca framework for VOIP and IM" HOMEPAGE="http://tapioca-voip.sf.net" @@ -12,8 +12,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-libs/glib-2 - || ( >=dev-libs/dbus-glib-0.71 - >=sys-apps/dbus-0.34 )" + >=dev-libs/dbus-glib-0.71" RDEPEND="${DEPEND}" |