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/netty/
Date: Sun, 31 Jul 2022 18:20:45
Message-Id: 1659291626.d3a33b1008543f7964d2f0592d540c150c660f77.arthurzam@gentoo
1 commit: d3a33b1008543f7964d2f0592d540c150c660f77
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:20:16 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:20:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33b10
7
8 dev-java/netty: Stabilize 4.1.35-r1 arm64, #859361
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/netty/netty-4.1.35-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/netty/netty-4.1.35-r1.ebuild b/dev-java/netty/netty-4.1.35-r1.ebuild
16 index fd236b9511b2..693bf87c6b51 100644
17 --- a/dev-java/netty/netty-4.1.35-r1.ebuild
18 +++ b/dev-java/netty/netty-4.1.35-r1.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/netty/netty/archive/refs/tags/netty-${PV}.Final.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 # We do not build the full range of modules provided by netty but only what
27 # was available before in netty-common, netty-buffer and netty-transport.