Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/libnl/
Date: Sat, 29 Dec 2018 18:25:46
Message-Id: 1546107934.16a6a861b072b4e60ac88b7600f540db4c0686fc.blueness@gentoo
1 commit: 16a6a861b072b4e60ac88b7600f540db4c0686fc
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 18:25:34 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 18:25:34 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=16a6a861
7
8 dev-libs/libnl: sync with tree
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libnl/libnl-3.4.0.ebuild | 18 ++++++++----------
14 1 file changed, 8 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild
17 index 481d9e9..e580c3b 100644
18 --- a/dev-libs/libnl/libnl-3.4.0.ebuild
19 +++ b/dev-libs/libnl/libnl-3.4.0.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28 DISTUTILS_OPTIONAL=1
29 inherit distutils-r1 eutils libtool multilib multilib-minimal
30
31 @@ -17,15 +17,11 @@ SRC_URI="
32 "
33 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
34 SLOT="3"
35 -KEYWORDS="amd64 arm arm64 ~mips ppc x86"
36 -IUSE="static-libs python utils"
37 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
38 +IUSE="+debug static-libs python +threads utils"
39
40 RDEPEND="
41 python? ( ${PYTHON_DEPS} )
42 - abi_x86_32? (
43 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r5
44 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
45 - )
46 "
47 DEPEND="
48 ${RDEPEND}
49 @@ -77,9 +73,11 @@ src_prepare() {
50
51 multilib_src_configure() {
52 econf \
53 - --disable-silent-rules \
54 + $(multilib_native_use_enable utils cli) \
55 + $(use_enable debug) \
56 $(use_enable static-libs static) \
57 - $(multilib_native_use_enable utils cli)
58 + $(use_enable threads) \
59 + --disable-silent-rules
60 }
61
62 multilib_src_compile() {