diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 18:01:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 18:01:11 +0000 |
commit | 2036634051d7138ed17828a447af24da25585740 (patch) | |
tree | 35c5cc53a85eb15bee3c23fb5140c1102f553517 /net-irc | |
parent | Fix abi_x86_32 unmask. (diff) | |
download | gentoo-2-2036634051d7138ed17828a447af24da25585740.tar.gz gentoo-2-2036634051d7138ed17828a447af24da25585740.tar.bz2 gentoo-2-2036634051d7138ed17828a447af24da25585740.zip |
Remove tcl support, not supported anymore
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.4.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 451df87bab19..cd8ead2fff0c 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.27 2013/03/03 16:13:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.28 2013/03/03 18:01:11 ago Exp $ + + 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> hexchat-2.9.4.ebuild: + Remove tcl support, not supported anymore 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> hexchat-2.9.4.ebuild: Stable for sparc, wrt bug #459868 diff --git a/net-irc/hexchat/hexchat-2.9.4.ebuild b/net-irc/hexchat/hexchat-2.9.4.ebuild index d05a941ec20d..870404248a14 100644 --- a/net-irc/hexchat/hexchat-2.9.4.ebuild +++ b/net-irc/hexchat/hexchat-2.9.4.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-2.9.4.ebuild,v 1.8 2013/03/03 16:13:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4.ebuild,v 1.9 2013/03/03 18:01:11 ago Exp $ EAPI=5 @@ -40,7 +40,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-2.9.1-input-box.patch \ + epatch \ + "${FILESDIR}"/${PN}-2.9.1-input-box.patch \ "${FILESDIR}"/${PN}-2.9.3-cflags.patch # use $libdir/hexchat/plugins as the plugin directory @@ -54,7 +55,9 @@ src_prepare() { } src_configure() { - econf --enable-shm \ + econf \ + --disable-tcl \ + --enable-shm \ $(use_enable dbus) \ $(use_enable ipv6) \ $(use_enable nls) \ |