diff options
author | Sam James <sam@gentoo.org> | 2020-10-17 20:57:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-17 20:59:31 +0000 |
commit | a4b0c2184cde9f7b9f199adbef83d5851a6c1cde (patch) | |
tree | 7c3209528c5d3ad16572378b54caa9f92d78f277 /dev-ml/pcre-ocaml | |
parent | dev-ml/pcre-ocaml: drop old (diff) | |
download | gentoo-a4b0c2184cde9f7b9f199adbef83d5851a6c1cde.tar.gz gentoo-a4b0c2184cde9f7b9f199adbef83d5851a6c1cde.tar.bz2 gentoo-a4b0c2184cde9f7b9f199adbef83d5851a6c1cde.zip |
dev-ml/pcre-ocaml: fix DeprecatedInsinto
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild | 5 |
1 files 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 47033ef2b054..d905057c7526 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 } |