From 0f07e7293d83696febde090f96991650d483794a Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:18:36 +0200 Subject: media-video/gtk-v4l: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- media-tv/gtk-v4l/gtk-v4l-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-tv') diff --git a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild index 96c1e41b6eed..cb4606812e7e 100644 --- a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild +++ b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit epatch ltprune +inherit epatch DESCRIPTION="A control application for Video 4 Linux (based on C and GTK+)" HOMEPAGE="http://fedorahosted.org/gtk-v4l/" @@ -33,5 +33,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${ED}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad