summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-07-11 17:55:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-07-11 17:55:34 +0000
commit26bdcd48d606e441b279eeac6b9aa3ecb88b26bd (patch)
treec953a579ec4629b938b9b866c626e18753782961 /net-irc/xchat
parentAdd xft USE-flag for net-irc/xchat, bug #231433 (diff)
downloadgentoo-2-26bdcd48d606e441b279eeac6b9aa3ecb88b26bd.tar.gz
gentoo-2-26bdcd48d606e441b279eeac6b9aa3ecb88b26bd.tar.bz2
gentoo-2-26bdcd48d606e441b279eeac6b9aa3ecb88b26bd.zip
Add xft USE-flag, bug #231433
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/xchat-2.8.6-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 918df4a6badb..30227f230150 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.266 2008/07/06 17:50:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.267 2008/07/11 17:55:34 armin76 Exp $
+
+ 11 Jul 2008; Raúl Porcel <armin76@gentoo.org> xchat-2.8.6-r1.ebuild:
+ Add xft USE-flag, bug #231433
*xchat-2.8.6-r1 (06 Jul 2008)
diff --git a/net-irc/xchat/xchat-2.8.6-r1.ebuild b/net-irc/xchat/xchat-2.8.6-r1.ebuild
index fcc9ed7ed1ba..15c4aa0fb3bf 100644
--- a/net-irc/xchat/xchat-2.8.6-r1.ebuild
+++ b/net-irc/xchat/xchat-2.8.6-r1.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/xchat-2.8.6-r1.ebuild,v 1.1 2008/07/06 17:50:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.2 2008/07/11 17:55:34 armin76 Exp $
inherit eutils versionator gnome2
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver"
+IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft"
RDEPEND=">=dev-libs/glib-2.6.0
!xchatnogtk? ( >=x11-libs/gtk+-2.10.0 )
@@ -65,6 +65,7 @@ src_compile() {
$(use_enable ipv6) \
$(use_enable nls) \
$(use_enable dbus) \
+ $(use_enable xft) \
$(use_enable spell spell static) \
$(use_enable !xchatnogtk gtkfe) \
|| die "econf failed"