From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0832213832E for ; Wed, 27 Jul 2016 11:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B0B9E0A72; Wed, 27 Jul 2016 11:36:27 +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 10E48E0A72 for ; Wed, 27 Jul 2016 11:36:26 +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 C4DEC340DA1 for ; Wed, 27 Jul 2016 11:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF997D4 for ; Wed, 27 Jul 2016 11:36:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469619363.2b446eba1422124e016df9ae36b7a3c2f2d50eb7.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/libpcap-1.8.0.ebuild X-VCS-Directories: net-libs/libpcap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2b446eba1422124e016df9ae36b7a3c2f2d50eb7 X-VCS-Branch: master Date: Wed, 27 Jul 2016 11:36:22 +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: 8331fee3-d5e8-4338-bf2e-86aca9590592 X-Archives-Hash: e2955c37648374f751d288ed83a8730c commit: 2b446eba1422124e016df9ae36b7a3c2f2d50eb7 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jul 27 11:36:03 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jul 27 11:36:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b446eba net-libs/libpcap: Remove USE=ipv6 (bug #589778). Package-Manager: portage-2.3.0 net-libs/libpcap/libpcap-1.8.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libpcap/libpcap-1.8.0.ebuild b/net-libs/libpcap/libpcap-1.8.0.ebuild index 93bda60..ffd95a7 100644 --- a/net-libs/libpcap/libpcap-1.8.0.ebuild +++ b/net-libs/libpcap/libpcap-1.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="bluetooth dbus ipv6 netlink static-libs canusb" +IUSE="bluetooth dbus netlink static-libs canusb" RDEPEND=" bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] ) @@ -51,10 +51,10 @@ multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ $(use_enable bluetooth) \ - $(use_enable ipv6) \ $(use_enable canusb) \ $(use_enable dbus) \ - $(use_with netlink libnl) + $(use_with netlink libnl) \ + --enable-ipv6 } multilib_src_compile() {