mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -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:
parent
c6f500a8c7
commit
d6b082741f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user