From b6e28600bda8c59150e155f3b23eaee6397eb1dd Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:41 +0200 Subject: x11-libs/librfm: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild index 0ea4ffabe339..cdb51d846231 100644 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools ltprune +inherit autotools MY_P="${PN}5-${PV}" @@ -41,5 +41,5 @@ src_prepare() { src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad