summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-11-10 06:45:58 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-11-10 06:45:58 +0000
commit920eca2f2dddb82d12022d617924469470b5c9b8 (patch)
tree1895c8a626fb139d311db8e81bbed9cb7a804b12 /net-irc
parentAdd revdep-rebuild notice (diff)
downloadgentoo-2-920eca2f2dddb82d12022d617924469470b5c9b8.tar.gz
gentoo-2-920eca2f2dddb82d12022d617924469470b5c9b8.tar.bz2
gentoo-2-920eca2f2dddb82d12022d617924469470b5c9b8.zip
Fixing D-Bus bindings depend
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog6
-rw-r--r--net-irc/xchat/xchat-2.6.6.ebuild5
-rw-r--r--net-irc/xchat/xchat-2.6.8.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 4ba43ac72a4f..fedc22e2d7db 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.217 2006/11/05 09:08:22 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.218 2006/11/10 06:45:58 cardoe Exp $
+
+ 10 Nov 2006; Doug Goldstein <cardoe@gentoo.org> xchat-2.6.6.ebuild,
+ xchat-2.6.8.ebuild:
+ Fixing D-Bus bindings depend
05 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
xchat-2.6.6.ebuild:
diff --git a/net-irc/xchat/xchat-2.6.6.ebuild b/net-irc/xchat/xchat-2.6.6.ebuild
index 7c178a28d853..9127f92dc070 100644
--- a/net-irc/xchat/xchat-2.6.6.ebuild
+++ b/net-irc/xchat/xchat-2.6.6.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-irc/xchat/xchat-2.6.6.ebuild,v 1.11 2006/11/05 09:08:22 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.6.ebuild,v 1.12 2006/11/10 06:45:58 cardoe Exp $
inherit eutils versionator gnome2
@@ -21,7 +21,8 @@ RDEPEND=">=dev-libs/glib-2.6.0
perl? ( >=dev-lang/perl-5.6.1 )
python? ( >=dev-lang/python-2.2 )
tcl? ( dev-lang/tcl )
- dbus? ( >=sys-apps/dbus-0.35 )
+ dbus? ( || ( >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.35 ) ) )
spell? ( app-text/enchant )
!<net-irc/xchat-gnome-0.9"
diff --git a/net-irc/xchat/xchat-2.6.8.ebuild b/net-irc/xchat/xchat-2.6.8.ebuild
index 908272bfc0bb..f1d1d81d8eed 100644
--- a/net-irc/xchat/xchat-2.6.8.ebuild
+++ b/net-irc/xchat/xchat-2.6.8.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-irc/xchat/xchat-2.6.8.ebuild,v 1.1 2006/10/19 23:13:56 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.8.ebuild,v 1.2 2006/11/10 06:45:58 cardoe Exp $
inherit eutils versionator gnome2
@@ -21,7 +21,8 @@ RDEPEND=">=dev-libs/glib-2.6.0
perl? ( >=dev-lang/perl-5.6.1 )
python? ( >=dev-lang/python-2.2 )
tcl? ( dev-lang/tcl )
- dbus? ( >=sys-apps/dbus-0.35 )
+ dbus? ( || ( >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.35 ) ) )
spell? ( app-text/enchant )
!<net-irc/xchat-gnome-0.9"