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 <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 16:41:39 +01:00
parent 170ac0f9f3
commit ead3a93c78

View File

@@ -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)
)