From d798d348c726ecff84e7f956fd5b31e7f47dff18 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 13 Feb 2022 01:02:59 +0100 Subject: [PATCH] net-libs/ortp: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki --- net-libs/ortp/ortp-0.23.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild index ce209560f3a4f..464e2482fe773 100644 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -69,7 +69,8 @@ src_install() { find "${ED}" -name '*.la' -delete || die if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/tests/*.c + docinto examples + dodoc src/tests/*.c + docompress -x /usr/share/doc/${PF}/examples fi }