summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:14:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:14:01 +0000
commita8d8ba912bdf961987e3ed700434885e6b01bfd1 (patch)
treeb9f77cfd87c0d10d57d007000ad222fc99a4313a /net-irc
parentForce -j1 as the current Makefile is not safe for parallel building, closes b... (diff)
downloadgentoo-2-a8d8ba912bdf961987e3ed700434885e6b01bfd1.tar.gz
gentoo-2-a8d8ba912bdf961987e3ed700434885e6b01bfd1.tar.bz2
gentoo-2-a8d8ba912bdf961987e3ed700434885e6b01bfd1.zip
Add forgotten use_enable for sound, fix bug #249477.
(Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-gnome/ChangeLog6
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild3
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)"
}