diff options
author | Sam James <sam@gentoo.org> | 2023-01-09 15:09:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-09 15:09:23 +0000 |
commit | a333ac46309b0034cfcf8761e470c42e9ae5644c (patch) | |
tree | adc16f3d9a5e5ded3c51a1c3fdcec622d24c8313 /sci-mathematics/octave | |
parent | sys-devel/m4: add link to upstream patch submission (diff) | |
download | gentoo-a333ac46309b0034cfcf8761e470c42e9ae5644c.tar.gz gentoo-a333ac46309b0034cfcf8761e470c42e9ae5644c.tar.bz2 gentoo-a333ac46309b0034cfcf8761e470c42e9ae5644c.zip |
sci-mathematics/octave: keyword 7.3.0-r2 for ~hppa
I didn't keyword this when I did the previous version - I assume
because 7.x was unkeyworded in Gentoo for a while for all arches.
Oops.
Bug: https://bugs.gentoo.org/757822
Signed-off-by: Sam James <sam@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 2d09264e6440..eea6ea2ec301 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 ~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 |