commit: a4b0c2184cde9f7b9f199adbef83d5851a6c1cde
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 20:57:45 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 20:59:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b0c218
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.3.3.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild
b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild
index 47033ef2b05..d905057c752 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -35,7 +35,6 @@ src_install() {
opam_src_install pcre
if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
fi
}