Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hawtjni-runtime/
Date: Sat, 27 Aug 2022 23:11:52
Message-Id: 1661588835.1cc98c8debe879e4591f34076c8e430c9378718b.sam@gentoo
1 commit: 1cc98c8debe879e4591f34076c8e430c9378718b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 08:26:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 08:27:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc98c8d
7
8 dev-java/hawtjni-runtime: Stabilize 1.18 amd64, #866908
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild
16 index aa844be32055..06b8d00654ba 100644
17 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild
18 +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fusesource/hawtjni/archive/hawtjni-project-${PV}.tar
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm arm64 ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ppc64 x86"
25
26 DEPEND=">=virtual/jdk-1.8:*"
27 RDEPEND=">=virtual/jre-1.8:*"