Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/boot-bin/
Date: Fri, 14 Jan 2022 09:45:39
Message-Id: 1642153500.ec14d4ef0c28d45d7233ef229ff5abf2bb0da858.jsmolic@gentoo
1 commit: ec14d4ef0c28d45d7233ef229ff5abf2bb0da858
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 09:45:00 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 09:45:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec14d4ef
7
8 dev-java/boot-bin: Stabilize 2.8.3 amd64, #831162
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/boot-bin/boot-bin-2.8.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/boot-bin/boot-bin-2.8.3.ebuild b/dev-java/boot-bin/boot-bin-2.8.3.ebuild
16 index 03e79137c50c..93ef30f8c2d2 100644
17 --- a/dev-java/boot-bin/boot-bin-2.8.3.ebuild
18 +++ b/dev-java/boot-bin/boot-bin-2.8.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -18,7 +18,7 @@ SRC_URI="
26 "
27 LICENSE="EPL-1.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 RDEPEND=">=virtual/jre-1.7"
33 DEPEND=">=virtual/jdk-1.7"