commit: a441b12a60451670041c6e9746f2c492f96182d3
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 16:04:59 2019 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 16:11:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a441b12a
sci-libs/hypre: remove insinto
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/hypre/hypre-2.18.0.ebuild | 4 ++--
sci-libs/hypre/hypre-2.18.2.ebuild | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-libs/hypre/hypre-2.18.0.ebuild
b/sci-libs/hypre/hypre-2.18.0.ebuild
index e8e6dd2d154..7f9dd4cc4b1 100644
--- a/sci-libs/hypre/hypre-2.18.0.ebuild
+++ b/sci-libs/hypre/hypre-2.18.0.ebuild
@@ -94,8 +94,8 @@ src_install() {
HYPRE_INSTALL_DIR="${ED}" \
HYPRE_LIB_INSTALL="${ED}/usr/$(get_libdir)" \
HYPRE_INC_INSTALL="${ED}$/usr/include/hypre"
+
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r src/examples
+ dodoc -r src/examples
fi
}
diff --git a/sci-libs/hypre/hypre-2.18.2.ebuild
b/sci-libs/hypre/hypre-2.18.2.ebuild
index e8e6dd2d154..6a972afc092 100644
--- a/sci-libs/hypre/hypre-2.18.2.ebuild
+++ b/sci-libs/hypre/hypre-2.18.2.ebuild
@@ -95,7 +95,6 @@ src_install() {
HYPRE_LIB_INSTALL="${ED}/usr/$(get_libdir)" \
HYPRE_INC_INSTALL="${ED}$/usr/include/hypre"
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r src/examples
+ dodoc -r src/examples
fi
}