commit: 39339f2e303f3a91a2849590b7462fb92062529d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:12:06 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39339f2e
sci-libs/gmsh: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-libs/gmsh/gmsh-4.8.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/gmsh/gmsh-4.8.4.ebuild b/sci-libs/gmsh/gmsh-4.8.4.ebuild
index 616a2fa69ffd..61d241a9af3a 100644
--- a/sci-libs/gmsh/gmsh-4.8.4.ebuild
+++ b/sci-libs/gmsh/gmsh-4.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -75,7 +75,7 @@ src_install() {
cmake-utils_src_install
if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r demos tutorial
+ dodoc -r demos tutorial
+ docompress -x /usr/share/doc/${PF}/{demos,tutorial}
fi
}