Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/gtk-v4l/
Date: Mon, 31 May 2021 09:20:19
Message-Id: 1622452716.0f07e7293d83696febde090f96991650d483794a.soap@gentoo
1 commit: 0f07e7293d83696febde090f96991650d483794a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:18:36 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:18:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07e729
7
8 media-video/gtk-v4l: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-tv/gtk-v4l/gtk-v4l-0.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild
17 index 96c1e41b6ee..cb4606812e7 100644
18 --- a/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild
19 +++ b/media-tv/gtk-v4l/gtk-v4l-0.4.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -inherit epatch ltprune
25 +inherit epatch
26
27 DESCRIPTION="A control application for Video 4 Linux (based on C and GTK+)"
28 HOMEPAGE="http://fedorahosted.org/gtk-v4l/"
29 @@ -33,5 +33,5 @@ src_configure() {
30
31 src_install() {
32 default
33 - prune_libtool_files --all
34 + find "${ED}" -name '*.la' -delete || die
35 }