Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@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 16:40:27
Message-Id: 1642696813.9ece9c2b50f965cd5bbcb852b12e8a6c0c4018d2.arthurzam@gentoo
1 commit: 9ece9c2b50f965cd5bbcb852b12e8a6c0c4018d2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 16:40:09 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 16:40:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ece9c2b
7
8 dev-java/j2objc-annotations: Stabilize 1.2-r1 ppc64, #831567
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/j2objc-annotations/j2objc-annotations-1.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 eed449a5313e..7e7246b8be6f 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 @@ -14,7 +14,7 @@ HOMEPAGE="http://j2objc.org"
20 SRC_URI="https://github.com/google/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm64 ppc64 x86"
25
26 DEPEND=">=virtual/jdk-1.8:*"
27 RDEPEND=">=virtual/jre-1.8:*"