commit: 183f9eacaa4c12635cb7a58a38c478deedf5aca6 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Dec 8 16:02:16 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Dec 8 16:02:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183f9eac
dev-libs/libnl: remove USE=threads/static-libs, take #2 Closes: https://bugs.gentoo.org/828566 Signed-off-by: David Seifert <soap <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/23226 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-libs/libnl/libnl-3.5.0.ebuild | 2 +- dev-libs/libnl/libnl-99999999.ebuild | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 9a39195af19f..16c5e65ab3f0 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${LIBNL_P}" LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="+debug static-libs python test +threads utils" +IUSE="+debug python test utils" RESTRICT="!test? ( test )" RDEPEND="python? ( ${PYTHON_DEPS} )" diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index b2b6af6a8f1e..5179de7255b9 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/thom311/libnl" LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" KEYWORDS="" -IUSE="+debug static-libs python test +threads utils" +IUSE="+debug python test utils" RESTRICT="!test? ( test )" RDEPEND="python? ( ${PYTHON_DEPS} )" @@ -68,11 +68,9 @@ src_prepare() { multilib_src_configure() { econf \ + --disable-static \ $(multilib_native_use_enable utils cli) \ - $(use_enable debug) \ - $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-doc + $(use_enable debug) } multilib_src_compile() {
