From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Sat, 19 Sep 2020 05:30:37 +0000 (UTC) [thread overview]
Message-ID: <1600493127.a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.gyakovlev@gentoo> (raw)
commit: a0bb0879fdbf4ec347737af3582ac17c5bcc1aba
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 05:25:27 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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}"
next reply other threads:[~2020-09-19 5:30 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-19 5:30 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-23 6:04 [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ Miroslav Šulc
2023-12-09 17:49 Ulrich Müller
2023-12-09 13:20 Michał Górny
2023-12-09 13:18 Sam James
2023-10-01 20:31 Ulrich Müller
2023-10-01 17:04 Ulrich Müller
2023-10-01 17:04 Ulrich Müller
2023-02-21 15:58 Nicolas Bock
2022-10-08 20:01 Sam James
2022-10-08 20:01 Sam James
2022-10-08 20:01 Sam James
2021-02-25 17:19 Nicolas Bock
2020-09-19 5:30 Georgy Yakovlev
2019-05-12 12:22 Patrice Clement
2018-06-26 20:32 Nicolas Bock
2018-06-26 20:32 Nicolas Bock
2018-06-26 20:27 Nicolas Bock
2018-06-26 20:27 Nicolas Bock
2018-01-10 16:27 Nicolas Bock
2017-11-03 15:00 Nicolas Bock
2017-11-01 18:57 Nicolas Bock
2017-11-01 18:57 Nicolas Bock
2017-10-31 15:18 Nicolas Bock
2017-10-29 21:08 Thomas Deutschmann
2017-10-10 19:19 Nicolas Bock
2017-10-10 17:52 Nicolas Bock
2017-10-10 16:32 Nicolas Bock
2017-10-09 11:43 Nicolas Bock
2017-01-30 0:59 Nicolas Bock
2016-12-29 10:45 Agostino Sarubbo
2016-12-28 13:21 Patrice Clement
2016-12-28 13:21 Patrice Clement
2016-12-27 11:23 Aaron Bauman
2016-12-22 16:02 Patrice Clement
2016-12-21 9:40 Tobias Klausmann
2016-11-25 14:24 Nicolas Bock
2016-10-17 19:26 Nicolas Bock
2016-10-17 19:26 Nicolas Bock
2016-10-17 16:37 Nicolas Bock
2016-10-04 11:47 Nicolas Bock
2016-06-14 13:15 Nicolas Bock
2016-06-13 8:08 Nicolas Bock
2016-05-16 15:53 Nicolas Bock
2016-04-13 7:22 Nicolas Bock
2016-01-16 14:26 Nicolas Bock
2015-12-28 23:06 Nicolas Bock
2015-12-28 20:33 Nicolas Bock
2015-12-27 18:28 Nicolas Bock
2015-11-22 12:26 Nicolas Bock
2015-11-22 12:26 Nicolas Bock
2015-11-09 10:31 Agostino Sarubbo
2015-09-25 14:29 Agostino Sarubbo
2015-09-17 18:27 Nicolas Bock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600493127.a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox