summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-11-20 10:04:59 -0600
committerMatthias Maier <tamiko@gentoo.org>2019-11-20 10:11:39 -0600
commita441b12a60451670041c6e9746f2c492f96182d3 (patch)
treef0eb0bac1110befb5807ed316e7c23e0d6926742 /sci-libs/hypre
parentapp-admin/system-config-printer: 1.5.12 version bump (diff)
downloadgentoo-a441b12a60451670041c6e9746f2c492f96182d3.tar.gz
gentoo-a441b12a60451670041c6e9746f2c492f96182d3.tar.bz2
gentoo-a441b12a60451670041c6e9746f2c492f96182d3.zip
sci-libs/hypre: remove insinto
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r--sci-libs/hypre/hypre-2.18.0.ebuild4
-rw-r--r--sci-libs/hypre/hypre-2.18.2.ebuild3
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 e8e6dd2d154a..7f9dd4cc4b14 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 e8e6dd2d154a..6a972afc092d 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
}