summaryrefslogtreecommitdiff
path: root/media-libs/babl/babl-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/babl/babl-9999.ebuild')
-rw-r--r--media-libs/babl/babl-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild
index 20dfb53dae7a..c6f18423b435 100644
--- a/media-libs/babl/babl-9999.ebuild
+++ b/media-libs/babl/babl-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit ltprune
+EAPI=7
if [[ ${PV} == *9999* ]]; then
inherit autotools git-r3
@@ -52,5 +50,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -type f -delete || die
}