summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-31 11:19:44 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-31 11:19:44 +0200
commit5436da76e025c086b7516ae154abe4dc965a4529 (patch)
treeaf8eb3717ac5c7f5d88952511be6451cb1fd38f5 /x11-plugins
parentx11-libs/librfm: drop deprecated ltprune eclass (diff)
downloadgentoo-5436da76e025c086b7516ae154abe4dc965a4529.tar.gz
gentoo-5436da76e025c086b7516ae154abe4dc965a4529.tar.bz2
gentoo-5436da76e025c086b7516ae154abe4dc965a4529.zip
x11-plugins/pidgin-gpg: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild4
1 files 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 653c0ced057d..f699f16d0bb9 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
}