commit: 944d865582a419b31183f4408a8895f45b7e6607 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 16:10:55 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 16:14:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944d8655
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 <AT> gentoo.org> .../octave/{octave-6.1.0.ebuild => octave-6.1.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/octave/octave-6.1.0.ebuild b/sci-mathematics/octave/octave-6.1.0-r1.ebuild similarity index 96% rename from sci-mathematics/octave/octave-6.1.0.ebuild rename to sci-mathematics/octave/octave-6.1.0-r1.ebuild index ff79efc69a4..cbd2dd72530 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
