From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D1AB58973 for ; Tue, 2 Feb 2016 17:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D2821C079; Tue, 2 Feb 2016 17:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A08D521C079 for ; Tue, 2 Feb 2016 17:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83BC83408A2 for ; Tue, 2 Feb 2016 17:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA908EB for ; Tue, 2 Feb 2016 17:53:27 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1454435590.fea17bf34244da2b10bf5af0b8257034867a0ba4.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbtbb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libbtbb/libbtbb-9999.ebuild X-VCS-Directories: net-libs/libbtbb/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: fea17bf34244da2b10bf5af0b8257034867a0ba4 X-VCS-Branch: master Date: Tue, 2 Feb 2016 17:53:27 +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: 69435429-ade9-4b77-9cc4-4633c3a0e718 X-Archives-Hash: f304c6b0fa25cbd98c820bc26d18075c commit: fea17bf34244da2b10bf5af0b8257034867a0ba4 Author: Zero_Chaos gentoo org> AuthorDate: Tue Feb 2 17:52:53 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Feb 2 17:53:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea17bf3 net-libs/libbtbb: add support for building static lib Package-Manager: portage-2.2.27 net-libs/libbtbb/libbtbb-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index 437a5c9..d010cc0 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0/${PV}" -IUSE="+pcap +wireshark-plugins" +IUSE="+pcap static-libs +wireshark-plugins" RDEPEND=" pcap? ( net-libs/libpcap ) @@ -74,6 +74,7 @@ src_configure() { -DPACKAGE_MANAGER=true $(cmake-utils_use pcap PCAPDUMP) $(cmake-utils_use pcap USE_PCAP) + $(cmake-utils_use static-libs BUILD_STATIC) ) cmake-utils_src_configure