commit: df7dca34da31ac9fde80e499851779c4c7ea5155
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:10:52 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7dca34
sci-libs/dmlc-core: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
index 06b9ed11eaae..c8f88ae4220d 100644
--- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
+++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.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=6
@@ -90,8 +90,7 @@ src_test() {
src_install() {
cmake-utils_src_install
if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r doc/doxygen/html
+ dodoc -r doc/doxygen/html
docompress -x /usr/share/doc/${PF}/html
fi
}