diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 05:56:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 05:56:02 +0000 |
commit | f574c0877354826417bd4d50bdd4b743298eb00b (patch) | |
tree | dd69f39a3bb40975bcf44bff5c1cec0af4644703 /net-im | |
parent | remove reference to old, removed dbus (bug #183696) (diff) | |
download | gentoo-2-f574c0877354826417bd4d50bdd4b743298eb00b.tar.gz gentoo-2-f574c0877354826417bd4d50bdd4b743298eb00b.tar.bz2 gentoo-2-f574c0877354826417bd4d50bdd4b743298eb00b.zip |
remove reference to old, removed dbus (bug #183696)
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapiocad/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/tapiocad/tapiocad-0.3.9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-im/tapiocad/ChangeLog b/net-im/tapiocad/ChangeLog index 3298706f3830..1043407ac584 100644 --- a/net-im/tapiocad/ChangeLog +++ b/net-im/tapiocad/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2006/12/03 10:35:24 peper Exp $ +# 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 $ + + 08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> + tapiocad-0.3.9.ebuild: + remove reference to old, removed dbus (bug #183696) 03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> tapiocad-0.3.9.ebuild: Fix dep: dbus wrt bug #154521. diff --git a/net-im/tapiocad/tapiocad-0.3.9.ebuild b/net-im/tapiocad/tapiocad-0.3.9.ebuild index eb07ce152954..17f2e16a0a26 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 +# 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.4 2006/12/03 10:42:18 peper Exp $ +# $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 $ DESCRIPTION="Tapioca framework for VOIP and IM" HOMEPAGE="http://tapioca-voip.sf.net" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=dev-libs/glib-2 || ( >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )" + >=sys-apps/dbus-0.34 )" RDEPEND="${DEPEND}" |