commit: 64ee3b216e15ec0eaa1eefa4911881b70ab0e3c7 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 22:36:20 2016 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 22:37:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ee3b21
net-irc/irssi: Remove ipv6 USE flag from live ebuild Package-Manager: portage-2.2.26 net-irc/irssi/irssi-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild index 1f474ec..3ddf32d 100644 --- a/net-irc/irssi/irssi-9999.ebuild +++ b/net-irc/irssi/irssi-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://irssi.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl" +IUSE="+perl selinux ssl socks5 +proxy libressl" CDEPEND="sys-libs/ncurses:0= >=dev-libs/glib-2.6.0 @@ -55,8 +55,7 @@ src_configure() { $(use_with proxy) \ $(use_with perl) \ $(use_with socks5 socks) \ - $(use_enable ssl) \ - $(use_enable ipv6) + $(use_enable ssl) } src_install() {
