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/j2objc-annotations/
Date: Thu, 20 Jan 2022 13:08:32
Message-Id: 1642684056.97c16bdca72e922e16e474a2277f052b2f380ef5.jsmolic@gentoo
1 commit: 97c16bdca72e922e16e474a2277f052b2f380ef5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:07:36 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:07:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c16bdc
7
8 dev-java/j2objc-annotations: Stabilize 1.2-r1 amd64, #831567
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild
16 index c4d6059dcd6c..7623cd8a33cf 100644
17 --- a/dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild
18 +++ b/dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ HOMEPAGE="http://j2objc.org"
26 SRC_URI="https://github.com/google/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
31
32 DEPEND=">=virtual/jdk-1.8:*"
33 RDEPEND=">=virtual/jre-1.8:*"