Diff octave-9.2.0-r2 with a octave-11.1.0

/usr/portage/sci-mathematics/octave/octave-11.1.0.ebuild 2026-03-11 11:46:08.986417988 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils qmake-utils toolchain-funcs xdg
6
inherit flag-o-matic fortran-2 java-pkg-opt-2 pax-utils qmake-utils toolchain-funcs xdg
7 7

  
8 8
DESCRIPTION="High-level interactive language for numerical computations"
9 9
HOMEPAGE="https://www.gnu.org/software/octave/"
......
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0/${PV}"
14
KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
15 15

  
16 16
IUSE="curl doc fftw +glpk gnuplot gui hdf5 imagemagick java json klu portaudio postscript +qhull +qrupdate readline sndfile +sparse spqr ssl sundials zlib"
17 17

  
......
112 112
	# occasional fail on install, force regeneration (bug #401189)
113 113
	rm doc/interpreter/contributors.texi || die
114 114

  
115
	eautoreconf
116

  
117 115
	# bug 956766
118 116
	rm build-aux/texinfo.tex || die
119 117
}
Thank you!