From dffc0cbc181b1f88a75e2f70cf114be3605a0409 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 26 May 2020 08:27:04 +0200 Subject: [PATCH] net-libs/wandio: Remove .la file(s) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers --- .../{wandio-4.2.3_p1.ebuild => wandio-4.2.3_p1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) rename net-libs/wandio/{wandio-4.2.3_p1.ebuild => wandio-4.2.3_p1-r1.ebuild} (93%) 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 5da40030c1d1..e0d614fcb241 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 -- 2.26.2