summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2022-01-22 10:08:25 +0100
committerKeri Harris <keri@gentoo.org>2022-01-22 10:08:41 +0100
commit20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73 (patch)
tree86bbe743dabe6778a8532b5b6a1d9b763845fc78 /dev-lang
parentdev-java/jcifs: Drop 1.3.19 (diff)
downloadgentoo-20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73.tar.gz
gentoo-20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73.tar.bz2
gentoo-20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73.zip
dev-lang/tuprolog: pin JDK to 1.8 as package uses CORBA
Closes: https://bugs.gentoo.org/831410 Closes: https://bugs.gentoo.org/799704 Package-Manager: Portage-3.0.28, Repoman-3.0.2 Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild4
-rw-r--r--dev-lang/tuprolog/tuprolog-3.2.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild b/dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild
index be88f6b7c258..b8f444cac75e 100644
--- a/dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild
+++ b/dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE="doc examples test"
RESTRICT="!test? ( test )"
-RDEPEND=">=virtual/jdk-1.8:=
+RDEPEND="virtual/jdk:1.8
dev-java/javassist:3
dev-java/commons-lang:3.6"
diff --git a/dev-lang/tuprolog/tuprolog-3.2.0.ebuild b/dev-lang/tuprolog/tuprolog-3.2.0.ebuild
index 74d456f6683d..6e8d0dbb52d3 100644
--- a/dev-lang/tuprolog/tuprolog-3.2.0.ebuild
+++ b/dev-lang/tuprolog/tuprolog-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"
RESTRICT="!test? ( test )"
-RDEPEND=">=virtual/jdk-1.8:=
+RDEPEND="virtual/jdk:1.8
dev-java/javassist:3
dev-java/commons-lang:3.6
dev-java/gson:2.6"