Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-gpg/
Date: Mon, 31 May 2021 09:20:25
Message-Id: 1622452784.5436da76e025c086b7516ae154abe4dc965a4529.soap@gentoo
1 commit: 5436da76e025c086b7516ae154abe4dc965a4529
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:44 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5436da76
7
8 x11-plugins/pidgin-gpg: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
17 index 653c0ced057..f699f16d0bb 100644
18 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
19 +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -inherit autotools ltprune
25 +inherit autotools
26
27 DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
28 HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG"
29 @@ -27,5 +27,5 @@ src_prepare() {
30
31 src_install() {
32 default
33 - prune_libtool_files --all
34 + find "${ED}" -name '*.la' -delete || die
35 }