diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 01:18:42 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:33 +0100 |
commit | 03b11ee3d4ab902289dd27f2020fe604733e74c1 (patch) | |
tree | f671127c334bbfcf583b0f3946adf79ce79cc3b9 /sci-mathematics | |
parent | sci-libs/pgplot: fix DeprecatedInsinto (diff) | |
download | gentoo-03b11ee3d4ab902289dd27f2020fe604733e74c1.tar.gz gentoo-03b11ee3d4ab902289dd27f2020fe604733e74c1.tar.bz2 gentoo-03b11ee3d4ab902289dd27f2020fe604733e74c1.zip |
sci-mathematics/fann: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/fann/fann-2.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/fann/fann-2.2.0-r1.ebuild b/sci-mathematics/fann/fann-2.2.0-r1.ebuild index 044956a1bb4e..bc008ff94ab2 100644 --- a/sci-mathematics/fann/fann-2.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-2.2.0-r1.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 @@ -32,7 +32,7 @@ src_test() { src_install() { cmake_src_install if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples fi } diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild index b9c40c483009..e41c4a9c2643 100644 --- a/sci-mathematics/fann/fann-9999.ebuild +++ b/sci-mathematics/fann/fann-9999.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 @@ -22,7 +22,7 @@ src_test() { src_install() { cmake_src_install if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples fi } |