summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 01:10:52 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:07:27 +0100
commitdf7dca34da31ac9fde80e499851779c4c7ea5155 (patch)
treeb91582d3b44cbe48b282521f2cccf21db54313ca /sci-libs/dmlc-core
parentsci-libs/clblast: fix DeprecatedInsinto (diff)
downloadgentoo-df7dca34da31ac9fde80e499851779c4c7ea5155.tar.gz
gentoo-df7dca34da31ac9fde80e499851779c4c7ea5155.tar.bz2
gentoo-df7dca34da31ac9fde80e499851779c4c7ea5155.zip
sci-libs/dmlc-core: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/dmlc-core')
-rw-r--r--sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild5
1 files 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
}