sys-apps/sdate: Remove static lib and libtool *.la

Fixes: https://bugs.gentoo.org/840637
Fixes: https://bugs.gentoo.org/840634
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2022-05-23 20:51:35 +02:00
parent 9f071d2b8a
commit 9070d23f2a

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,3 +17,9 @@ src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
find "${ED}" -name '*.a' -delete || die
}