commit: 8cab67d99bb46ce50031bfde7e155460784e87e1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 13:42:20 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 13:43:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cab67d9
sci-libs/armadillo: use dodoc instead of doins
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sci-libs/armadillo/armadillo-9.800.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/armadillo/armadillo-9.800.3.ebuild
b/sci-libs/armadillo/armadillo-9.800.3.ebuild
index 588dbf72fe9..ac58225faa5 100644
--- a/sci-libs/armadillo/armadillo-9.800.3.ebuild
+++ b/sci-libs/armadillo/armadillo-9.800.3.ebuild
@@ -140,8 +140,8 @@ src_install() {
dodoc README.md
use doc && dodoc *pdf *html
if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r examples/*
+ docinto /usr/share/doc/${PF}/examples
+ dodoc -r examples/*
docompress -x /usr/share/doc/${PF}/examples
fi
}