diff options
author | 2021-05-31 11:18:36 +0200 | |
---|---|---|
committer | 2021-05-31 11:18:36 +0200 | |
commit | 0f07e7293d83696febde090f96991650d483794a (patch) | |
tree | de27a669286fb97fd8936a54bb9a521075069e73 /media-tv/gtk-v4l | |
parent | media-libs/smpeg2: drop deprecated ltprune eclass (diff) | |
download | gentoo-0f07e7293d83696febde090f96991650d483794a.tar.gz gentoo-0f07e7293d83696febde090f96991650d483794a.tar.bz2 gentoo-0f07e7293d83696febde090f96991650d483794a.zip |
media-video/gtk-v4l: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-tv/gtk-v4l')
-rw-r--r-- | media-tv/gtk-v4l/gtk-v4l-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |