diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-09-29 00:10:29 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-09-29 00:10:29 +0000 |
commit | 4e62bc03e1bed023cb7c2c3a69ee919398f7996c (patch) | |
tree | 5f6dc60cc3704f455871340ebec808c9da3e05f3 /net-irc | |
parent | Update eina[mempool-chained-pool] USE flag after renaming #486390 by Patrick ... (diff) | |
download | gentoo-2-4e62bc03e1bed023cb7c2c3a69ee919398f7996c.tar.gz gentoo-2-4e62bc03e1bed023cb7c2c3a69ee919398f7996c.tar.bz2 gentoo-2-4e62bc03e1bed023cb7c2c3a69ee919398f7996c.zip |
update live ebuild
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index fed0f0d47e95..6f16dcb185fc 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.80 2013/09/15 18:33:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.81 2013/09/29 00:10:29 hasufell Exp $ + + 29 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild: + update live ebuild *hexchat-2.9.6.1 (15 Sep 2013) diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 8a7e36ccf0c6..f5e17c9fabb0 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.9 2013/09/14 16:36:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.10 2013/09/29 00:10:29 hasufell Exp $ EAPI=5 @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="dbus fastscroll +gtk gtkspell ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python sexy spell ssl theme-manager" +IUSE="dbus +gtk gtkspell ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python sexy spell ssl theme-manager" REQUIRED_USE="gtkspell? ( spell ) plugin-checksum? ( plugins ) plugin-doat? ( plugins ) @@ -27,7 +27,6 @@ REQUIRED_USE="gtkspell? ( spell ) RDEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) - fastscroll? ( x11-libs/libXft ) gtk? ( x11-libs/gtk+:2 ) libcanberra? ( media-libs/libcanberra ) libproxy? ( net-libs/libproxy ) @@ -93,7 +92,6 @@ src_configure() { $(use_enable nls) \ $(use_enable libproxy socks) \ $(use_enable ipv6) \ - $(use_enable fastscroll xft) \ $(use_enable ssl openssl) \ $(use_enable gtk gtkfe) \ $(use_enable !gtk textfe) \ @@ -107,7 +105,6 @@ src_configure() { $(use_enable dbus) \ $(use_enable libnotify) \ $(use_enable libcanberra) \ - --enable-shm \ ${myspellconf} \ $(use_enable ntlm) \ $(use_enable libproxy) \ |