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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FDE91382C5 for ; Sun, 2 May 2021 07:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82FF7E081E; Sun, 2 May 2021 07:55:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4899BE081E for ; Sun, 2 May 2021 07:55:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E66833402FE for ; Sun, 2 May 2021 07:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D86A66A for ; Sun, 2 May 2021 07:55:15 +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: <1619942066.c37c2225c62a78beee904e79f0de488332cc2d50.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/xsb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/xsb/xsb-3.8.0.ebuild X-VCS-Directories: dev-lang/xsb/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: c37c2225c62a78beee904e79f0de488332cc2d50 X-VCS-Branch: master Date: Sun, 2 May 2021 07:55:15 +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: 4d72d976-ceb9-4b76-b153-cd69aea2cf00 X-Archives-Hash: bf2f9c5654ac279b036012b5d1eac7f0 commit: c37c2225c62a78beee904e79f0de488332cc2d50 Author: Keri Harris gentoo org> AuthorDate: Sun May 2 07:52:43 2021 +0000 Commit: Keri Harris gentoo org> CommitDate: Sun May 2 07:54:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37c2225 dev-lang/xsb: update JDK dependency Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Keri Harris gentoo.org> dev-lang/xsb/xsb-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/xsb/xsb-3.8.0.ebuild b/dev-lang/xsb/xsb-3.8.0.ebuild index e1453eb2ca5..8740043421f 100644 --- a/dev-lang/xsb/xsb-3.8.0.ebuild +++ b/dev-lang/xsb/xsb-3.8.0.ebuild @@ -19,7 +19,7 @@ IUSE="curl debug iodbc java mysql odbc pcre threads xml" RDEPEND="curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) - java? ( >=virtual/jdk-1.4:= ) + java? ( >=virtual/jdk-1.8:* ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre )