diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:19:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:19:41 +0200 |
commit | b6e28600bda8c59150e155f3b23eaee6397eb1dd (patch) | |
tree | 394a60497b464b61ee90b3fab6ced98bcf15d794 /x11-libs | |
parent | sys-apps/sg3_utils: drop deprecated ltprune eclass (diff) | |
download | gentoo-b6e28600bda8c59150e155f3b23eaee6397eb1dd.tar.gz gentoo-b6e28600bda8c59150e155f3b23eaee6397eb1dd.tar.bz2 gentoo-b6e28600bda8c59150e155f3b23eaee6397eb1dd.zip |
x11-libs/librfm: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 |
1 files 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 } |