From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1277245-garchives=archives.gentoo.org@lists.gentoo.org> 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 F05EA1382C5 for <garchives@archives.gentoo.org>; Sun, 2 May 2021 08:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2417CE08C8; Sun, 2 May 2021 08:00:47 +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 052A6E08C8 for <gentoo-commits@lists.gentoo.org>; Sun, 2 May 2021 08:00:47 +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 91FDD3402FE for <gentoo-commits@lists.gentoo.org>; Sun, 2 May 2021 08:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004FE66A for <gentoo-commits@lists.gentoo.org>; Sun, 2 May 2021 08:00:43 +0000 (UTC) From: "Keri Harris" <keri@gentoo.org> 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" <keri@gentoo.org> Message-ID: <1619942406.9bf614f59b88a0cd49032395da4d8a992014889a.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yap/yap-6.3.4.ebuild X-VCS-Directories: dev-lang/yap/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 9bf614f59b88a0cd49032395da4d8a992014889a X-VCS-Branch: master Date: Sun, 2 May 2021 08:00:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f679bf7-449b-489f-9dc6-125d3c58c5d8 X-Archives-Hash: 98c0f416cdfa4722d39cc112df890789 commit: 9bf614f59b88a0cd49032395da4d8a992014889a Author: Keri Harris <keri <AT> gentoo <DOT> org> AuthorDate: Sun May 2 08:00:06 2021 +0000 Commit: Keri Harris <keri <AT> gentoo <DOT> org> CommitDate: Sun May 2 08:00:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf614f5 dev-lang/yap: update JDK dependency Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Keri Harris <keri <AT> gentoo.org> dev-lang/yap/yap-6.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild index 4d0d36f3c7a..ffa33f60439 100644 --- a/dev-lang/yap/yap-6.3.4.ebuild +++ b/dev-lang/yap/yap-6.3.4.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/libutf8proc sys-libs/zlib gmp? ( dev-libs/gmp:0 ) - java? ( >=virtual/jdk-1.7:= ) + java? ( >=virtual/jdk-1.8:* ) mpi? ( virtual/mpi ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( dev-db/unixODBC )