Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/
Date: Mon, 31 May 2021 09:20:21
Message-Id: 1622452737.a0dd4dfefd6189a8c48c68fcff57561eae9c5b33.soap@gentoo
1 commit: a0dd4dfefd6189a8c48c68fcff57561eae9c5b33
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:18:57 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:18:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dd4dfe
7
8 net-libs/ortp: 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 net-libs/ortp/ortp-0.23.0-r1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild
17 index a251486bbcc..ce209560f3a 100644
18 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild
19 +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild
20 @@ -2,7 +2,6 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit ltprune
25
26 DESCRIPTION="Open Real-time Transport Protocol (RTP, RFC3550) stack"
27 HOMEPAGE="http://www.linphone.org/"
28 @@ -67,7 +66,7 @@ src_install() {
29
30 einstalldocs
31
32 - prune_libtool_files
33 + find "${ED}" -name '*.la' -delete || die
34
35 if use examples; then
36 insinto /usr/share/doc/${PF}/examples