dev-libs/imsg-compat: drop USE=test add USE=static-libs

Closes: https://bugs.gentoo.org/939292
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
This commit is contained in:
Alexander Golubev 2024-11-17 04:17:45 +03:00
parent c6f500a8c7
commit d6b082741f
No known key found for this signature in database
GPG Key ID: 4CDFCE07C526D2D7
2 changed files with 14 additions and 4 deletions

View File

@ -21,5 +21,10 @@ fi
LICENSE="ISC"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
IUSE="static-libs"
src_install() {
meson_src_install
use static-libs || rm "${ED}/usr/$(get_libdir)/libimsg.a" || die
}

View File

@ -21,5 +21,10 @@ fi
LICENSE="ISC"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
IUSE="static-libs"
src_install() {
meson_src_install
use static-libs || rm "${ED}/usr/$(get_libdir)/libimsg.a" || die
}