diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:55:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:24 +0300 |
commit | a888e3a927854f46d5ad2812010389e3e97c7046 (patch) | |
tree | 295f1f79814e398e09cfd4e126135ce2c4caa14a /sci-mathematics/octave | |
parent | sci-mathematics/num-utils: destabilize for ~x86 (diff) | |
download | gentoo-a888e3a927854f46d5ad2812010389e3e97c7046.tar.gz gentoo-a888e3a927854f46d5ad2812010389e3e97c7046.tar.bz2 gentoo-a888e3a927854f46d5ad2812010389e3e97c7046.zip |
sci-mathematics/octave: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/octave-7.3.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-7.3.0-r2.ebuild b/sci-mathematics/octave/octave-7.3.0-r2.ebuild index eea6ea2ec301..98af07848357 100644 --- a/sci-mathematics/octave/octave-7.3.0-r2.ebuild +++ b/sci-mathematics/octave/octave-7.3.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0/${PV}" IUSE="curl doc fftw fltk +glpk gnuplot gui hdf5 imagemagick java json opengl portaudio postscript +qhull +qrupdate readline sndfile +sparse ssl sundials X zlib" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~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 |