diff options
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index 67ff1a101a94..1790df908c47 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.41 2008/11/29 22:49:52 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.42 2008/12/01 14:14:01 eva Exp $ + + 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org> + xchat-gnome-0.24.1.ebuild: + Add forgotten use_enable for sound, fix bug #249477. 29 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> xchat-gnome-0.24.1.ebuild: diff --git a/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild index 9279104b2986..3b7dfe46e20c 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.3 2008/11/29 22:49:52 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.4 2008/12/01 14:14:01 eva Exp $ inherit gnome2 eutils toolchain-funcs @@ -63,6 +63,7 @@ pkg_setup() { $(use_enable ipv6) $(use_enable dbus) $(use_enable nls) + $(use_enable sound canberra) $(use_enable libnotify notification)" } |