diff options
author | 2007-07-01 09:16:38 +0000 | |
---|---|---|
committer | 2007-07-01 09:16:38 +0000 | |
commit | 7a111115df7e9498236302a80bf52d34e52f24d5 (patch) | |
tree | 9037ba443415a523b0e2de8a993f46ab1172c63b /net-irc/xchat | |
parent | Clean up old dbus deps wrt bug 183696 (diff) | |
download | gentoo-2-7a111115df7e9498236302a80bf52d34e52f24d5.tar.gz gentoo-2-7a111115df7e9498236302a80bf52d34e52f24d5.tar.bz2 gentoo-2-7a111115df7e9498236302a80bf52d34e52f24d5.zip |
Clean up old dbus deps wrt bug 183696
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.2-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index f4e4069e4cae..f638534a7014 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.251 2007/06/12 14:50:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.252 2007/07/01 09:16:38 welp Exp $ + + 01 Jul 2007; Peter Weller <welp@gentoo.org> xchat-2.8.2-r1.ebuild: + Clean up old dbus deps wrt bug 183696 12 Jun 2007; Raúl Porcel <armin76@gentoo.org> xchat-2.8.2-r1.ebuild: Add libnotify USE-flag, bug 181402 diff --git a/net-irc/xchat/xchat-2.8.2-r1.ebuild b/net-irc/xchat/xchat-2.8.2-r1.ebuild index 9248e728c0b8..8db65d71c039 100644 --- a/net-irc/xchat/xchat-2.8.2-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.2-r1.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-irc/xchat/xchat-2.8.2-r1.ebuild,v 1.2 2007/06/12 14:50:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2-r1.ebuild,v 1.3 2007/07/01 09:16:38 welp Exp $ inherit eutils versionator gnome2 @@ -21,8 +21,7 @@ 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? ( || ( >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.35 ) ) ) + dbus? ( >=dev-libs/dbus-glib-0.71 ) spell? ( app-text/enchant ) libnotify? ( x11-libs/libnotify ) !<net-irc/xchat-gnome-0.9" |