diff options
author | 2021-05-31 11:18:42 +0200 | |
---|---|---|
committer | 2021-05-31 11:18:42 +0200 | |
commit | ab1eeb997f220495d4d65f6af489fb65a6ac0433 (patch) | |
tree | 0c3e57b4526dc4890353d5add68a55ae2bc3b0f7 /media-video | |
parent | media-video/dirac: drop deprecated ltprune eclass (diff) | |
download | gentoo-ab1eeb997f220495d4d65f6af489fb65a6ac0433.tar.gz gentoo-ab1eeb997f220495d4d65f6af489fb65a6ac0433.tar.bz2 gentoo-ab1eeb997f220495d4d65f6af489fb65a6ac0433.zip |
media-video/kino: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/kino/kino-1.3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/kino/kino-1.3.4-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-video/kino/kino-1.3.4-r1.ebuild b/media-video/kino/kino-1.3.4-r1.ebuild index 77e78c8d8e24..bf3def0c1018 100644 --- a/media-video/kino/kino-1.3.4-r1.ebuild +++ b/media-video/kino/kino-1.3.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools ltprune udev xdg +inherit autotools udev xdg DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" HOMEPAGE="http://www.kinodv.org/" @@ -99,5 +99,5 @@ src_install() { default mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules fowners root:root -R /usr/share/kino/help #177378 - prune_libtool_files --all #385361 + find "${ED}" -name '*.la' -delete || die #385361 } diff --git a/media-video/kino/kino-1.3.4-r2.ebuild b/media-video/kino/kino-1.3.4-r2.ebuild index da4e9f6edd09..2d5b56e858fb 100644 --- a/media-video/kino/kino-1.3.4-r2.ebuild +++ b/media-video/kino/kino-1.3.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools ltprune udev xdg +inherit autotools udev xdg DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" HOMEPAGE="http://www.kinodv.org/" @@ -100,5 +100,5 @@ src_install() { default mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules fowners root:root -R /usr/share/kino/help #177378 - prune_libtool_files --all #385361 + find "${ED}" -name '*.la' -delete || die #385361 } |