commit: 839c277c9505c8be372a614c7db96f5ce64743d3 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Aug 12 23:41:48 2022 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 02:22:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839c277c
sci-mathematics/octave: don't install test logs with FEATURES=test. This was apparently intentional, but I guess I agree that these logs are not really end-user documentation and are therefore mis-dodoc'd. Closes: https://bugs.gentoo.org/861410 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/octave/octave-7.2.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-mathematics/octave/octave-7.2.0.ebuild b/sci-mathematics/octave/octave-7.2.0.ebuild index 5ae855cdd7e0..f6b2f628e13d 100644 --- a/sci-mathematics/octave/octave-7.2.0.ebuild +++ b/sci-mathematics/octave/octave-7.2.0.ebuild @@ -203,8 +203,6 @@ src_install() { doins doc/interpreter/macros.texi fi - [[ -e test/fntests.log ]] && dodoc test/fntests.log - use java && \ java-pkg_regjar "${ED}/usr/share/${PN}/${PV}/m/java/octave.jar"
