summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-02 14:08:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-02 14:11:22 +0200
commit20413be4eab2e92e2dd5c8bf9470d73f5459419c (patch)
tree2e22caf2a74de7b2dd6d0c360ac3d9f9da732038 /media-libs/faac
parentmedia-libs/faac: Security cleanup (diff)
downloadgentoo-20413be4eab2e92e2dd5c8bf9470d73f5459419c.tar.gz
gentoo-20413be4eab2e92e2dd5c8bf9470d73f5459419c.tar.bz2
gentoo-20413be4eab2e92e2dd5c8bf9470d73f5459419c.zip
media-libs/faac: Drop unused deprecated eclasses
Package-Manager: Portage-2.3.50, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/faac')
-rw-r--r--media-libs/faac/faac-1.29.9.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/faac/faac-1.29.9.2.ebuild b/media-libs/faac/faac-1.29.9.2.ebuild
index f579c38eed0e..291ceaf18e25 100644
--- a/media-libs/faac/faac-1.29.9.2.ebuild
+++ b/media-libs/faac/faac-1.29.9.2.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-# eutils for einstalldocs
-inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
+
+inherit autotools epunt-cxx multilib-minimal
DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
HOMEPAGE="http://www.audiocoding.com"
@@ -41,5 +41,5 @@ multilib_src_configure() {
multilib_src_install() {
emake DESTDIR="${D}" install
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}