diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-12-01 11:10:55 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-12-01 11:14:36 -0500 |
commit | 944d865582a419b31183f4408a8895f45b7e6607 (patch) | |
tree | 2ec08d61f75127d9bb605f1890def3274cf5d0f8 /sci-mathematics | |
parent | app-shells/ksh: maintainer needed (diff) | |
download | gentoo-944d865582a419b31183f4408a8895f45b7e6607.tar.gz gentoo-944d865582a419b31183f4408a8895f45b7e6607.tar.bz2 gentoo-944d865582a419b31183f4408a8895f45b7e6607.zip |
sci-mathematics/octave: new revision with sys-apps/texinfo in RDEPEND.
Closes: https://bugs.gentoo.org/743019
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-6.1.0-r1.ebuild (renamed from sci-mathematics/octave/octave-6.1.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-6.1.0.ebuild b/sci-mathematics/octave/octave-6.1.0-r1.ebuild index ff79efc69a41..cbd2dd72530a 100644 --- a/sci-mathematics/octave/octave-6.1.0.ebuild +++ b/sci-mathematics/octave/octave-6.1.0-r1.ebuild @@ -16,9 +16,13 @@ IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl ssl static-libs sundials X zlib" KEYWORDS="~amd64 ~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 +# documentation to text (see scripts/help/help.m). RDEPEND=" app-arch/bzip2 app-text/ghostscript-gpl + sys-apps/texinfo dev-libs/libpcre:3= sys-libs/ncurses:0= sys-libs/zlib @@ -74,7 +78,6 @@ RDEPEND=" X? ( x11-libs/libX11:0= )" DEPEND="${RDEPEND} dev-util/gperf - sys-apps/texinfo virtual/pkgconfig doc? ( dev-texlive/texlive-fontsrecommended |