commit:     16a6a861b072b4e60ac88b7600f540db4c0686fc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 18:25:34 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 18:25:34 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=16a6a861

dev-libs/libnl: sync with tree

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libnl/libnl-3.4.0.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild 
b/dev-libs/libnl/libnl-3.4.0.ebuild
index 481d9e9..e580c3b 100644
--- a/dev-libs/libnl/libnl-3.4.0.ebuild
+++ b/dev-libs/libnl/libnl-3.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 DISTUTILS_OPTIONAL=1
 inherit distutils-r1 eutils libtool multilib multilib-minimal
 
@@ -17,15 +17,11 @@ SRC_URI="
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE="static-libs python utils"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
+IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="
        python? ( ${PYTHON_DEPS} )
-       abi_x86_32? (
-               !<=app-emulation/emul-linux-x86-baselibs-20140508-r5
-               !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-       )
 "
 DEPEND="
        ${RDEPEND}
@@ -77,9 +73,11 @@ src_prepare() {
 
 multilib_src_configure() {
        econf \
-               --disable-silent-rules \
+               $(multilib_native_use_enable utils cli) \
+               $(use_enable debug) \
                $(use_enable static-libs static) \
-               $(multilib_native_use_enable utils cli)
+               $(use_enable threads) \
+               --disable-silent-rules
 }
 
 multilib_src_compile() {

Reply via email to