diff options
author | 2018-05-10 15:14:31 +0200 | |
---|---|---|
committer | 2018-05-10 15:15:17 +0200 | |
commit | 24945aa0fe8770d9407f897fcce48b335f4809e3 (patch) | |
tree | f6a4fa750327c0589e4b0a8ce030e4d1ada9963d /dev-libs/libnl | |
parent | dev-util/scons: readd Prefix keywords, bug #655348 (diff) | |
download | gentoo-24945aa0fe8770d9407f897fcce48b335f4809e3.tar.gz gentoo-24945aa0fe8770d9407f897fcce48b335f4809e3.tar.bz2 gentoo-24945aa0fe8770d9407f897fcce48b335f4809e3.zip |
dev-libs/libnl: Add USE='debug threads'.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.4.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild index 96413581c263..fc9536f8ff28 100644 --- a/dev-libs/libnl/libnl-3.4.0.ebuild +++ b/dev-libs/libnl/libnl-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs python utils" +IUSE="+debug static-libs python +threads utils" RDEPEND=" python? ( ${PYTHON_DEPS} ) @@ -71,9 +71,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() { |