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/slf4j-api/
Date: Sun, 16 May 2021 18:58:26
Message-Id: 1621191476.294861eaf7db3d1db2ef31e9e84aa235472cfd3f.sam@gentoo
1 commit: 294861eaf7db3d1db2ef31e9e84aa235472cfd3f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 18:57:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 18:57:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294861ea
7
8 dev-java/slf4j-api: Stabilize 1.7.30-r1 arm64, #784407
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild b/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
16 index b1522d481d5..ef4a91e9b8c 100644
17 --- a/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
18 +++ b/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/qos-ch/slf4j/archive/refs/tags/v_${PV}.tar.gz -> slf
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64 ppc64 x86"
24 +KEYWORDS="amd64 arm64 ppc64 x86"
25
26 DEPEND="
27 >=virtual/jdk-1.8:*