diff options
author | Sam James <sam@gentoo.org> | 2022-05-05 01:39:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-05 01:39:28 +0100 |
commit | 7e9174d66023f9bcff9eb80758243ae781860689 (patch) | |
tree | 1447c06650ce8960cb479fc31d018cb3f00b5650 /sci-mathematics/octave | |
parent | sci-mathematics/octave: patch 6.4.0 for Qt as well (diff) | |
download | gentoo-7e9174d66023f9bcff9eb80758243ae781860689.tar.gz gentoo-7e9174d66023f9bcff9eb80758243ae781860689.tar.bz2 gentoo-7e9174d66023f9bcff9eb80758243ae781860689.zip |
sci-mathematics/octave: unkeyword 7.1.0
Doesn't build with SSL.
Bug: https://bugs.gentoo.org/839285
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/octave-7.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-7.1.0.ebuild b/sci-mathematics/octave/octave-7.1.0.ebuild index 29b80b554192..614ff3b2db5a 100644 --- a/sci-mathematics/octave/octave-7.1.0.ebuild +++ b/sci-mathematics/octave/octave-7.1.0.ebuild @@ -14,7 +14,8 @@ SLOT="0/${PV}" IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl portaudio postscript +qhull +qrupdate readline sndfile +sparse ssl static-libs sundials X zlib" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +# Issue when building w/ SSL needs investigation +#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # Although it is listed in INSTALL.OCTAVE as a build tool, Octave runs # "makeinfo" from sys-apps/texinfo at runtime to convert its texinfo |