diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-21 22:00:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-21 22:00:30 +0000 |
commit | a4c496dd8e4a5839d3711709ca70a7c58d2f26c2 (patch) | |
tree | c70101a5c97e980e115015b5e79546f51f5c8121 /net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild | |
parent | Fix compilation with USE=-dbus, bug #247519. (diff) | |
download | gentoo-2-a4c496dd8e4a5839d3711709ca70a7c58d2f26c2.tar.gz gentoo-2-a4c496dd8e4a5839d3711709ca70a7c58d2f26c2.tar.bz2 gentoo-2-a4c496dd8e4a5839d3711709ca70a7c58d2f26c2.zip |
Clean up old revisions. Add libcanberra gtk support check, bug #247457.
(Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild')
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
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 a25a9d1801d1..c1382615cc97 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.1 2008/10/22 21:10:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.24.1.ebuild,v 1.2 2008/11/21 22:00:30 eva Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://xchat-gnome.navi.cx/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="dbus ipv6 libnotify mmx nls perl python sound spell ssl tcl" RDEPEND=">=dev-libs/glib-2.18.0 @@ -38,6 +38,11 @@ DEPEND="${RDEPEND} # gnome-base/gnome-common is temporarily needed for re-creating configure pkg_setup() { + if use sound && ! built_with_use media-libs/libcanberra gtk; then + eerror "You need to rebuild media-libs/libcanberra with gtk support." + die "Rebuild media-libs/libcanberra with USE='gtk'" + fi + G2CONF="${G2CONF} --enable-gnomefe --enable-shm |