mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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"
|
LICENSE="ISC"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="test"
|
IUSE="static-libs"
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
src_install() {
|
||||||
|
meson_src_install
|
||||||
|
|
||||||
|
use static-libs || rm "${ED}/usr/$(get_libdir)/libimsg.a" || die
|
||||||
|
}
|
||||||
|
|||||||
@@ -21,5 +21,10 @@ fi
|
|||||||
|
|
||||||
LICENSE="ISC"
|
LICENSE="ISC"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="test"
|
IUSE="static-libs"
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
src_install() {
|
||||||
|
meson_src_install
|
||||||
|
|
||||||
|
use static-libs || rm "${ED}/usr/$(get_libdir)/libimsg.a" || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user