diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:16:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:16:56 +0200 |
commit | 10b8f3969fb41f9833a14e694620f2da51d748de (patch) | |
tree | 64dbf2312f2fa957a4588c681581151b3d4fe942 /app-text | |
parent | app-text/opensp: drop deprecated ltprune eclass (diff) | |
download | gentoo-10b8f3969fb41f9833a14e694620f2da51d748de.tar.gz gentoo-10b8f3969fb41f9833a14e694620f2da51d748de.tar.bz2 gentoo-10b8f3969fb41f9833a14e694620f2da51d748de.zip |
app-text/rarian: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rarian/rarian-0.8.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild b/app-text/rarian/rarian-0.8.1-r3.ebuild index 9247ad3e910c..7e123ebc5c1b 100644 --- a/app-text/rarian/rarian-0.8.1-r3.ebuild +++ b/app-text/rarian/rarian-0.8.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils ltprune +inherit autotools eutils DESCRIPTION="A documentation metadata library" HOMEPAGE="https://rarian.freedesktop.org/" @@ -61,5 +61,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${ED}" -name '*.la' -delete || die } |