Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/
Date: Fri, 11 Aug 2017 13:21:04
Message-Id: 1502457636.c0abd7f4519903e4334c05c82b64e7252d1bdf63.mgorny@gentoo
1 commit: c0abd7f4519903e4334c05c82b64e7252d1bdf63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 05:11:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 13:20:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0abd7f4
7
8 media-libs/libkate: Kill .la files unconditionally
9
10 media-libs/libkate/libkate-0.4.1-r3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild b/media-libs/libkate/libkate-0.4.1-r3.ebuild
14 index fe9f1232492..b9892bb4c9f 100644
15 --- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
16 +++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
17 @@ -4,7 +4,7 @@
18 EAPI=6
19
20 PYTHON_COMPAT=( python2_7 )
21 -inherit ltprune python-single-r1
22 +inherit python-single-r1
23
24 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
25 HOMEPAGE="https://code.google.com/p/libkate/"
26 @@ -48,6 +48,6 @@ src_configure() {
27
28 src_install() {
29 default
30 - prune_libtool_files
31 + find "${D}" -name '*.la' -delete || die
32 use wxwidgets && python_fix_shebang "${D}"
33 }