Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-eclipse-ecj/
Date: Sun, 16 May 2021 19:35:36
Message-Id: 1621193727.6ccc23c7ad75cfbdde46ab18dbb89f0182f59084.fordfrog@gentoo
1 commit: 6ccc23c7ad75cfbdde46ab18dbb89f0182f59084
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Tue May 4 00:13:31 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 19:35:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccc23c7
7
8 dev-java/ant-eclipse-ecj: update java deps
9
10 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/2a6f49132130dabcd242aab191a0b700ca4efdca
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 ...ant-eclipse-ecj-4.15.ebuild => ant-eclipse-ecj-4.15-r1.ebuild} | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
18 similarity index 91%
19 rename from dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15.ebuild
20 rename to dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
21 index 27aab2586f9..478fe1efa82 100644
22 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15.ebuild
23 +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -21,10 +21,10 @@ IUSE=""
31 CDEPEND="~dev-java/eclipse-ecj-${PV}:${SLOT}
32 dev-java/ant-core:0"
33 RDEPEND="${CDEPEND}
34 - >=virtual/jre-11"
35 + >=virtual/jre-11:*"
36 DEPEND="${CDEPEND}
37 - app-arch/unzip
38 - >=virtual/jdk-11"
39 + >=virtual/jdk-11:*"
40 +BDEPEND="app-arch/unzip"
41
42 JAVA_GENTOO_CLASSPATH="ant-core,eclipse-ecj-${SLOT}"