diff options
author | David Seifert <soap@gentoo.org> | 2021-12-08 17:02:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-12-08 17:02:16 +0100 |
commit | 183f9eacaa4c12635cb7a58a38c478deedf5aca6 (patch) | |
tree | 6f3bdbc8e445bbb66b57a63add20660b8b80fd32 /dev-libs | |
parent | dev-libs/libnl: drop 1.1.4-r1, 1.1.9999 (diff) | |
download | gentoo-183f9eacaa4c12635cb7a58a38c478deedf5aca6.tar.gz gentoo-183f9eacaa4c12635cb7a58a38c478deedf5aca6.tar.bz2 gentoo-183f9eacaa4c12635cb7a58a38c478deedf5aca6.zip |
dev-libs/libnl: remove USE=threads/static-libs, take #2
Closes: https://bugs.gentoo.org/828566
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/23226
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/libnl-3.5.0.ebuild | 2 | ||||
-rw-r--r-- | 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() { |