From: Jeroen Roovers Date: Wed, 25 Mar 2020 07:48:44 +0000 (+0100) Subject: app-arch/dpkg: Drop ltprune.eclass usage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0dd66646afa51df5934697d67562002829cb91d;p=gentoo.git app-arch/dpkg: Drop ltprune.eclass usage Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Jeroen Roovers --- diff --git a/app-arch/dpkg/dpkg-1.20.0.ebuild b/app-arch/dpkg/dpkg-1.20.0.ebuild index 841e049310cb..155450d1586a 100644 --- a/app-arch/dpkg/dpkg-1.20.0.ebuild +++ b/app-arch/dpkg/dpkg-1.20.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib autotools ltprune toolchain-funcs +inherit eutils multilib autotools toolchain-funcs DESCRIPTION="Package maintenance system for Debian" HOMEPAGE="https://packages.qa.debian.org/dpkg" @@ -85,7 +85,6 @@ src_install() { keepdir \ /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \ /var/lib/dpkg/{alternatives,info,parts,updates} -# /usr/$(get_libdir)/db/{alternatives,info,parts,updates} \ - prune_libtool_files + find "${ED}" -name '*.la' -delete || die }