diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-19 01:59:39 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-19 02:00:57 -0700 |
commit | 1bd877c36ed28416f8b4ca7e0dc3e06b89ff74d4 (patch) | |
tree | bdfc21d1b560a502ffcd876af4de8fef93ad2cb1 /sci-mathematics/geogebra-bin | |
parent | x11-misc/xlockmore: Version 5.66_alpha04 (diff) | |
download | gentoo-1bd877c36ed28416f8b4ca7e0dc3e06b89ff74d4.tar.gz gentoo-1bd877c36ed28416f8b4ca7e0dc3e06b89ff74d4.tar.bz2 gentoo-1bd877c36ed28416f8b4ca7e0dc3e06b89ff74d4.zip |
sci-mathematics/geogebra-bin: pull openjdk:8 first
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sci-mathematics/geogebra-bin')
-rw-r--r-- | sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild (renamed from sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild index 67801b98a81b..510a5bd2d372 100644 --- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild +++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r1.ebuild @@ -18,7 +18,10 @@ KEYWORDS="~amd64 ~ppc64" IUSE="" RDEPEND=" - dev-java/openjdk[javafx] + || ( + dev-java/openjdk:8[javafx] + dev-java/openjdk:11[javafx] + ) !sci-mathematics/geogebra " |