From a0dd4dfefd6189a8c48c68fcff57561eae9c5b33 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki <conikost@gentoo.org> Date: Mon, 31 May 2021 11:18:57 +0200 Subject: net-libs/ortp: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> --- net-libs/ortp/ortp-0.23.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-libs') diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild index a251486bbcce..ce209560f3a4 100644 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune DESCRIPTION="Open Real-time Transport Protocol (RTP, RFC3550) stack" HOMEPAGE="http://www.linphone.org/" @@ -67,7 +66,7 @@ src_install() { einstalldocs - prune_libtool_files + find "${ED}" -name '*.la' -delete || die if use examples; then insinto /usr/share/doc/${PF}/examples -- cgit v1.2.3-65-gdbad