media-libs/faac: Drop unused deprecated eclasses
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 2 Oct 2018 12:08:04 +0000 (14:08 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 2 Oct 2018 12:11:22 +0000 (14:11 +0200)
Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/faac/faac-1.29.9.2.ebuild

index f579c38eed0eca1036674ec03cb0bc3218dedc1f..291ceaf18e25ede8de8b1d8c33809138bcd9c54f 100644 (file)
@@ -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
 }