Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Thu, 10 May 2018 14:43:48
Message-Id: 1525963422.845c73231f2e022b100b17f9229c523590b76814.jer@gentoo
1 commit: 845c73231f2e022b100b17f9229c523590b76814
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 14:43:30 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 14:43:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845c7323
7
8 dev-libs/libnl: Add USE='debug threads'.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-libs/libnl/libnl-99999999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild
16 index 65e5dfb9b48..f8aea0b33b5 100644
17 --- a/dev-libs/libnl/libnl-99999999.ebuild
18 +++ b/dev-libs/libnl/libnl-99999999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ EGIT_REPO_URI="
26 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
27 SLOT="3"
28 KEYWORDS=""
29 -IUSE="static-libs python utils"
30 +IUSE="+debug static-libs python +threads utils"
31
32 RDEPEND="
33 python? ( ${PYTHON_DEPS} )
34 @@ -67,9 +67,11 @@ src_prepare() {
35
36 multilib_src_configure() {
37 econf \
38 - --disable-silent-rules \
39 + $(multilib_native_use_enable utils cli) \
40 + $(use_enable debug) \
41 $(use_enable static-libs static) \
42 - $(multilib_native_use_enable utils cli)
43 + $(use_enable threads) \
44 + --disable-silent-rules
45 }
46
47 multilib_src_compile() {