summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-07-27 13:36:03 +0200
committerJeroen Roovers <jer@gentoo.org>2016-07-27 13:36:03 +0200
commit2b446eba1422124e016df9ae36b7a3c2f2d50eb7 (patch)
treeb36ff9f655c8b4acf439976f50f9a4fdff94883a /net-libs
parentapp-emulation/virtualbox: Add proxy-maint@. (diff)
downloadgentoo-2b446eba1422124e016df9ae36b7a3c2f2d50eb7.tar.gz
gentoo-2b446eba1422124e016df9ae36b7a3c2f2d50eb7.tar.bz2
gentoo-2b446eba1422124e016df9ae36b7a3c2f2d50eb7.zip
net-libs/libpcap: Remove USE=ipv6 (bug #589778).
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libpcap/libpcap-1.8.0.ebuild6
1 files 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 93bda60507b5..ffd95a796944 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() {