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-libs/librfm/
Date: Mon, 31 May 2021 09:20:25
Message-Id: 1622452781.b6e28600bda8c59150e155f3b23eaee6397eb1dd.soap@gentoo
1 commit: b6e28600bda8c59150e155f3b23eaee6397eb1dd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:41 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e28600
7
8 x11-libs/librfm: 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-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
17 index 0ea4ffabe33..cdb51d84623 100644
18 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
19 +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit autotools ltprune
25 +inherit autotools
26
27 MY_P="${PN}5-${PV}"
28
29 @@ -41,5 +41,5 @@ src_prepare() {
30
31 src_install() {
32 default
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }