diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-08-12 19:41:48 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-08-12 22:22:33 -0400 |
commit | 839c277c9505c8be372a614c7db96f5ce64743d3 (patch) | |
tree | e16303264333fb31bf09cea2eac61add32b7c864 /sci-mathematics/octave | |
parent | app-portage/iwdevtools: drop 0.11.5-r1 (diff) | |
download | gentoo-839c277c9505c8be372a614c7db96f5ce64743d3.tar.gz gentoo-839c277c9505c8be372a614c7db96f5ce64743d3.tar.bz2 gentoo-839c277c9505c8be372a614c7db96f5ce64743d3.zip |
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@gentoo.org>
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/octave-7.2.0.ebuild | 2 |
1 files changed, 0 insertions, 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" |