From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1290983-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 643231382C5 for <garchives@archives.gentoo.org>; Sun, 6 Jun 2021 16:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D396E0841; Sun, 6 Jun 2021 16:53:08 +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 59C62E083E for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 16:53:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EE641335DA9 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 16:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA13799 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Jun 2021 16:53:05 +0000 (UTC) From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org> Message-ID: <1622998369.19650d970b040c9ba315cd77ee6674f02be2a01d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/plplot/plplot-5.15.0-r101.ebuild sci-libs/plplot/plplot-5.15.0-r102.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 19650d970b040c9ba315cd77ee6674f02be2a01d X-VCS-Branch: master Date: Sun, 6 Jun 2021 16:53:05 +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: 4f2e8159-3251-4084-9200-3c3d10d04042 X-Archives-Hash: 6a79728412a8340b8c172a7f48706de2 commit: 19650d970b040c9ba315cd77ee6674f02be2a01d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jun 6 16:52:49 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jun 6 16:52:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19650d97 sci-libs/plplot: Bump minimum JRE/JDK Closes: https://bugs.gentoo.org/787650 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../plplot/{plplot-5.15.0-r101.ebuild => plplot-5.15.0-r102.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/plplot/plplot-5.15.0-r101.ebuild b/sci-libs/plplot/plplot-5.15.0-r102.ebuild similarity index 99% rename from sci-libs/plplot/plplot-5.15.0-r101.ebuild rename to sci-libs/plplot/plplot-5.15.0-r102.ebuild index a70c5c58d19..25ff02cc744 100644 --- a/sci-libs/plplot/plplot-5.15.0-r101.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r102.ebuild @@ -38,7 +38,7 @@ RESTRICT=" RDEPEND=" cairo? ( x11-libs/cairo:0=[svg?,X] ) gd? ( media-libs/gd:2=[jpeg?,png?] ) - java? ( >=virtual/jre-1.5:* ) + java? ( >=virtual/jre-1.8:* ) latex? ( app-text/ghostscript-gpl virtual/latex-base @@ -90,7 +90,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig java? ( - >=virtual/jdk-1.5 + >=virtual/jdk-1.8:* dev-lang/swig ) lua? ( dev-lang/swig )