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 4EFD8138359 for ; Sat, 19 Sep 2020 05:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F140E0809; Sat, 19 Sep 2020 05:30:41 +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 39EE6E0809 for ; Sat, 19 Sep 2020 05:30:41 +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 04793340F32 for ; Sat, 19 Sep 2020 05:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68895361 for ; Sat, 19 Sep 2020 05:30:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600493127.a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-3.7.ebuild app-text/jabref-bin/jabref-bin-3.8.1.ebuild app-text/jabref-bin/jabref-bin-3.8.2.ebuild app-text/jabref-bin/jabref-bin-3.8.ebuild app-text/jabref-bin/jabref-bin-4.0.ebuild app-text/jabref-bin/jabref-bin-4.1.ebuild app-text/jabref-bin/jabref-bin-4.3.1.ebuild app-text/jabref-bin/jabref-bin-4.9999.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a0bb0879fdbf4ec347737af3582ac17c5bcc1aba X-VCS-Branch: master Date: Sat, 19 Sep 2020 05:30:37 +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: 34ed93fe-9987-484d-8cb0-099f6dc53f8a X-Archives-Hash: 01af165bcfa60819458c8b14e26b64a4 commit: a0bb0879fdbf4ec347737af3582ac17c5bcc1aba Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 19 05:25:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 19 05:25:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bb0879 app-text/jabref-bin: adjust jre dep Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/jabref-bin/jabref-bin-3.7.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-3.8.1.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-3.8.2.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-3.8.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-4.0.ebuild | 2 +- app-text/jabref-bin/jabref-bin-4.1.ebuild | 2 +- app-text/jabref-bin/jabref-bin-4.3.1.ebuild | 2 +- app-text/jabref-bin/jabref-bin-4.9999.ebuild | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-text/jabref-bin/jabref-bin-3.7.ebuild b/app-text/jabref-bin/jabref-bin-3.7.ebuild index 1e671d607b1..7ce3bd08767 100644 --- a/app-text/jabref-bin/jabref-bin-3.7.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ DEPEND=" app-arch/unzip " RDEPEND=" - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild index c69c8a61c6e..3217186a660 100644 --- a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.8" +RDEPEND="virtual/jre:1.8" S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild index a0ff6dfe94b..106c4590fe8 100644 --- a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ KEYWORDS="amd64 x86" DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.8" +RDEPEND="virtual/jre:1.8" S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-3.8.ebuild b/app-text/jabref-bin/jabref-bin-3.8.ebuild index 9bd26009948..0bf932d8461 100644 --- a/app-text/jabref-bin/jabref-bin-3.8.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ DEPEND=" app-arch/unzip " RDEPEND=" - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index cd9f996131f..228d81dafa3 100644 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild @@ -24,7 +24,7 @@ DEPEND="app-arch/unzip" RDEPEND=" dev-java/openjdk:8[javafx] - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-4.1.ebuild b/app-text/jabref-bin/jabref-bin-4.1.ebuild index cd9f996131f..228d81dafa3 100644 --- a/app-text/jabref-bin/jabref-bin-4.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.1.ebuild @@ -24,7 +24,7 @@ DEPEND="app-arch/unzip" RDEPEND=" dev-java/openjdk:8[javafx] - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild index cd9f996131f..228d81dafa3 100644 --- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild @@ -24,7 +24,7 @@ DEPEND="app-arch/unzip" RDEPEND=" dev-java/openjdk:8[javafx] - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild b/app-text/jabref-bin/jabref-bin-4.9999.ebuild index e04fd8f296f..4c60f2779d0 100644 --- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild @@ -16,7 +16,7 @@ DEPEND="app-arch/unzip" RDEPEND=" dev-java/openjdk:8[javafx] - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}"