commit: d798d348c726ecff84e7f956fd5b31e7f47dff18
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:02:59 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d798d348
net-libs/ortp: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
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 ce209560f3a4..464e2482fe77 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
}