mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user