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/netty-common/
Date: Thu, 13 Jan 2022 06:34:51
Message-Id: 1642055670.a7e0582d84d9fdcdd510deb76e5a6fc482f0d8ac.sam@gentoo
1 commit: a7e0582d84d9fdcdd510deb76e5a6fc482f0d8ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 06:33:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 06:34:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e0582d
7
8 dev-java/netty-common: Stabilize 4.0.36-r1 arm64, #828557
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/netty-common/netty-common-4.0.36-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/netty-common/netty-common-4.0.36-r1.ebuild b/dev-java/netty-common/netty-common-4.0.36-r1.ebuild
16 index 2dd3d32159e4..dadd4d4a6f1e 100644
17 --- a/dev-java/netty-common/netty-common-4.0.36-r1.ebuild
18 +++ b/dev-java/netty-common/netty-common-4.0.36-r1.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="https://netty.io/"
20 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
25 IUSE="test"
26
27 # Same test failures as before the revbump still occur. See https://bugs.gentoo.org/827221