diff options
Diffstat (limited to 'net-libs/ortp/ortp-0.23.0-r1.ebuild')
-rw-r--r-- | net-libs/ortp/ortp-0.23.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |