commit: dffc0cbc181b1f88a75e2f70cf114be3605a0409
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 06:27:04 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 26 06:32:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffc0cbc
net-libs/wandio: Remove .la file(s)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../wandio/{wandio-4.2.3_p1.ebuild => wandio-4.2.3_p1-r1.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/net-libs/wandio/wandio-4.2.3_p1.ebuild
b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
similarity index 93%
rename from net-libs/wandio/wandio-4.2.3_p1.ebuild
rename to net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
index 5da40030c1d..e0d614fcb24 100644
--- a/net-libs/wandio/wandio-4.2.3_p1.ebuild
+++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild
@@ -43,6 +43,11 @@ src_configure() {
$(use_with zlib)
}
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
+
src_test() {
pushd test || die
sh do-basic-tests.sh