diff options
author | 2022-05-05 02:07:09 +0100 | |
---|---|---|
committer | 2022-05-05 02:07:19 +0100 | |
commit | 510489d817fdc246fd73b7000886692ee27ff699 (patch) | |
tree | b06c8831bd1fc4dabe25269fde7226c4f4ba2019 /sci-mathematics | |
parent | sci-mathematics/octave: add rapidjson USE flag (diff) | |
download | gentoo-510489d817fdc246fd73b7000886692ee27ff699.tar.gz gentoo-510489d817fdc246fd73b7000886692ee27ff699.tar.bz2 gentoo-510489d817fdc246fd73b7000886692ee27ff699.zip |
sci-mathematics/octave: fix Java dependency
Thanks vaukai.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-7.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-7.1.0.ebuild b/sci-mathematics/octave/octave-7.1.0.ebuild index 0f6f332a685b..1158afd167bd 100644 --- a/sci-mathematics/octave/octave-7.1.0.ebuild +++ b/sci-mathematics/octave/octave-7.1.0.ebuild @@ -49,7 +49,7 @@ RDEPEND=" x11-libs/qscintilla:= ) hdf5? ( sci-libs/hdf5:0= ) - java? ( >=virtual/jre-1.6.0:* ) + java? ( >=virtual/jre-1.8:* ) json? ( dev-libs/rapidjson ) opengl? ( media-libs/freetype:2= @@ -93,7 +93,7 @@ BDEPEND="dev-util/gperf virtual/latex-base ) gui? ( dev-qt/linguist-tools:5 ) - java? ( >=virtual/jdk-1.6.0 ) + java? ( >=virtual/jdk-1.8:* ) qrupdate? ( app-misc/pax-utils ) sparse? ( app-misc/pax-utils )" |