commit: 932a63e6b621c301f6f6ed1326db18b443519c60
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 04:36:45 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 07:18:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932a63e6
dev-ml/pcre-ocaml: fix DeprecatedInsinto
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
index a35bab372f2..eb845aa29a3 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
@@ -24,7 +24,7 @@ DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
src_install() {
oasis_src_install
if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ docinto examples
+ dodoc -r examples
fi
}