From 5436da76e025c086b7516ae154abe4dc965a4529 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:44 +0200 Subject: x11-plugins/pidgin-gpg: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-plugins') 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 } -- cgit v1.2.3-65-gdbad