commit:     5436da76e025c086b7516ae154abe4dc965a4529
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 09:19:44 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 09:19:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5436da76

x11-plugins/pidgin-gpg: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild 
b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
index 653c0ced057..f699f16d0bb 100644
--- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
+++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit autotools ltprune
+inherit autotools
 
 DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
 HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG";
@@ -27,5 +27,5 @@ src_prepare() {
 
 src_install() {
        default
-       prune_libtool_files --all
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to