dev-scheme/guile-ncurses: drop useless static-libs USE flag

as QA requested
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2022-05-17 22:42:58 +02:00
parent 2b5ccfe9e3
commit 241b91b58d
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 8 deletions

View File

@ -12,7 +12,6 @@ SRC_URI="mirror://gnu/guile-ncurses/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RESTRICT="strip"
RDEPEND="
@ -63,10 +62,6 @@ src_prepare() {
eautoreconf # 843560
}
src_configure() {
econf $(use_enable static-libs static)
}
src_test() {
emake check
}
@ -74,7 +69,5 @@ src_test() {
src_install() {
default
if ! use static-libs ; then
find "${ED}" -type f -name '*.la' -delete || die
fi
find "${ED}" -type f -name '*.la' -delete || die
}