dev-scheme/guile-reader: 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:48:48 +02:00
parent 241b91b58d
commit 8bbc3ec4ca
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 8 deletions

View File

@ -11,7 +11,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="strip"
IUSE="static-libs"
RDEPEND=">=dev-scheme/guile-2.0.0:="
DEPEND="${RDEPEND}"
@ -28,14 +27,8 @@ src_prepare() {
find "${S}" -name "*.scm" -exec touch {} + || die
}
src_configure() {
econf $(use_enable static-libs static)
}
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
}