From ead3a93c7864eac997c80b3623bd861d65ec9e4a Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 16:41:39 +0100 Subject: dev-libs/maloc: drop no-op USE=static-libs We add --disable-static just to be sure though. We were already unconditionally deleting both .la and .a, so the USE flag did nothing. Signed-off-by: Sam James --- dev-libs/maloc/maloc-1.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/maloc/maloc-1.5-r1.ebuild b/dev-libs/maloc/maloc-1.5-r1.ebuild index 7c7351aab1b8..62b158098d87 100644 --- a/dev-libs/maloc/maloc-1.5-r1.ebuild +++ b/dev-libs/maloc/maloc-1.5-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}" SLOT="0" LICENSE="GPL-2" -IUSE="doc mpi static-libs" +IUSE="doc mpi" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" BDEPEND=" @@ -48,6 +48,7 @@ src_configure() { myeconfargs+=( --disable-triplet + --disable-static $(use_enable mpi) ) -- cgit v1.2.3-65-gdbad