--- /usr/portage/net-irc/irssi/irssi-0.8.15-r1.ebuild 2012-10-29 08:31:23.000000000 -0400 +++ irssi-0.8.15-r2.ebuild 2012-10-30 14:12:33.909006551 -0400 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.15-r1.ebuild,v 1.11 2012/10/29 12:08:43 jer Exp $ +# $Header: $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="ipv6 +perl ssl socks5" +IUSE="ipv6 +perl ssl socks5 +proxy static-libs" RDEPEND="sys-libs/ncurses >=dev-libs/glib-2.6.0 @@ -37,11 +37,12 @@ src_configure() { econf \ - --with-proxy \ --with-ncurses="${EPREFIX}"/usr \ --with-perl-lib=vendor \ $(use_with perl) \ $(use_with socks5 socks) \ + $(use_with proxy) \ + $(use_enable static-libs static) \ $(use_enable ssl) \ $(use_enable ipv6) } @@ -54,5 +55,7 @@ use perl && fixlocalpod + prune_libtool_files --modules + dodoc AUTHORS ChangeLog README TODO NEWS }