From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7109559CA3 for ; Sun, 13 Mar 2016 22:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06C121C016; Sun, 13 Mar 2016 22:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B7BB21C016 for ; Sun, 13 Mar 2016 22:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8936A340831 for ; Sun, 13 Mar 2016 22:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FAE84C for ; Sun, 13 Mar 2016 22:37:38 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1457908620.64ee3b216e15ec0eaa1eefa4911881b70ab0e3c7.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irssi/irssi-9999.ebuild X-VCS-Directories: net-irc/irssi/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 64ee3b216e15ec0eaa1eefa4911881b70ab0e3c7 X-VCS-Branch: master Date: Sun, 13 Mar 2016 22:37:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9763f52-3d1e-482b-ab75-524fb813d919 X-Archives-Hash: c2bd4fcfbe267777abe8415e5550751e commit: 64ee3b216e15ec0eaa1eefa4911881b70ab0e3c7 Author: Sven Wegener gentoo org> AuthorDate: Sun Mar 13 22:36:20 2016 +0000 Commit: Sven Wegener gentoo 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() {