Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbtbb/
Date: Tue, 02 Feb 2016 17:53:31
Message-Id: 1454435590.fea17bf34244da2b10bf5af0b8257034867a0ba4.zerochaos@gentoo
1 commit: fea17bf34244da2b10bf5af0b8257034867a0ba4
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 17:52:53 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 17:53:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea17bf3
7
8 net-libs/libbtbb: add support for building static lib
9
10 Package-Manager: portage-2.2.27
11
12 net-libs/libbtbb/libbtbb-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild
16 index 437a5c9..d010cc0 100644
17 --- a/net-libs/libbtbb/libbtbb-9999.ebuild
18 +++ b/net-libs/libbtbb/libbtbb-9999.ebuild
19 @@ -23,7 +23,7 @@ fi
20
21 LICENSE="GPL-2"
22 SLOT="0/${PV}"
23 -IUSE="+pcap +wireshark-plugins"
24 +IUSE="+pcap static-libs +wireshark-plugins"
25
26 RDEPEND="
27 pcap? ( net-libs/libpcap )
28 @@ -74,6 +74,7 @@ src_configure() {
29 -DPACKAGE_MANAGER=true
30 $(cmake-utils_use pcap PCAPDUMP)
31 $(cmake-utils_use pcap USE_PCAP)
32 + $(cmake-utils_use static-libs BUILD_STATIC)
33 )
34 cmake-utils_src_configure