commit: ad3901a5b089136b8db3bb98b6d4bf2d640bbb0f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:13:13 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3901a5
sci-libs/libsvm: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-libs/libsvm/libsvm-3.25.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-libs/libsvm/libsvm-3.25.ebuild
b/sci-libs/libsvm/libsvm-3.25.ebuild
index 4cbe94ea24f2..fb3107631476 100644
--- a/sci-libs/libsvm/libsvm-3.25.ebuild
+++ b/sci-libs/libsvm/libsvm-3.25.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
@@ -90,10 +90,10 @@ src_install() {
mv tools/README{,.tools} || die
DOCS+=( tools/README.tools )
- insinto /usr/share/doc/${PF}/examples
+ docinto examples
+ dodoc heart_scale
+ dodoc -r svm-toy
docompress -x /usr/share/doc/${PF}/examples
- doins heart_scale
- doins -r svm-toy
fi
if use python ; then