commit: 2b446eba1422124e016df9ae36b7a3c2f2d50eb7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 11:36:03 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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() {