From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E651158087 for ; Sat, 22 Jan 2022 09:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FD652BC006; Sat, 22 Jan 2022 09:09:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78FC02BC006 for ; Sat, 22 Jan 2022 09:09:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4776D343532 for ; Sat, 22 Jan 2022 09:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF3C268 for ; Sat, 22 Jan 2022 09:09:00 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1642842521.20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tuprolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild dev-lang/tuprolog/tuprolog-3.2.0.ebuild X-VCS-Directories: dev-lang/tuprolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73 X-VCS-Branch: master Date: Sat, 22 Jan 2022 09:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99f1de49-a537-4f2a-8d81-4229a86a8edc X-Archives-Hash: 6647b50683e04f406b75612883b5bf01 commit: 20c7418ec4e393dcb83dd0e591ee5cb8eeb65a73 Author: Keri Harris gentoo org> AuthorDate: Sat Jan 22 09:08:25 2022 +0000 Commit: Keri Harris gentoo org> CommitDate: Sat Jan 22 09:08:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c7418e 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 gentoo.org> dev-lang/tuprolog/tuprolog-3.1.0-r1.ebuild | 4 ++-- dev-lang/tuprolog/tuprolog-3.2.0.ebuild | 4 ++-- 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"