Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/
Date: Wed, 27 Jul 2016 11:36:31
Message-Id: 1469619363.2b446eba1422124e016df9ae36b7a3c2f2d50eb7.jer@gentoo
1 commit: 2b446eba1422124e016df9ae36b7a3c2f2d50eb7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 11:36:03 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 27 11:36:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b446eba
7
8 net-libs/libpcap: Remove USE=ipv6 (bug #589778).
9
10 Package-Manager: portage-2.3.0
11
12 net-libs/libpcap/libpcap-1.8.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/libpcap/libpcap-1.8.0.ebuild b/net-libs/libpcap/libpcap-1.8.0.ebuild
16 index 93bda60..ffd95a7 100644
17 --- a/net-libs/libpcap/libpcap-1.8.0.ebuild
18 +++ b/net-libs/libpcap/libpcap-1.8.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="
20 LICENSE="BSD"
21 SLOT="0"
22 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"
23 -IUSE="bluetooth dbus ipv6 netlink static-libs canusb"
24 +IUSE="bluetooth dbus netlink static-libs canusb"
25
26 RDEPEND="
27 bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
28 @@ -51,10 +51,10 @@ multilib_src_configure() {
29 ECONF_SOURCE="${S}" \
30 econf \
31 $(use_enable bluetooth) \
32 - $(use_enable ipv6) \
33 $(use_enable canusb) \
34 $(use_enable dbus) \
35 - $(use_with netlink libnl)
36 + $(use_with netlink libnl) \
37 + --enable-ipv6
38 }
39
40 multilib_src_compile() {