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-common/
Date: Tue, 18 Jan 2022 12:53:43
Message-Id: 1642510405.9ca8ced2f299fadcb48cbd09d45ca64ea9ef876f.arthurzam@gentoo
1 commit: 9ca8ced2f299fadcb48cbd09d45ca64ea9ef876f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 12:53:25 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 12:53:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca8ced2
7
8 dev-java/netty-common: Stabilize 4.0.36 ppc64, #828069
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/netty-common/netty-common-4.0.36.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/netty-common/netty-common-4.0.36.ebuild b/dev-java/netty-common/netty-common-4.0.36.ebuild
16 index b88719b4f10d..6abc0507c74b 100644
17 --- a/dev-java/netty-common/netty-common-4.0.36.ebuild
18 +++ b/dev-java/netty-common/netty-common-4.0.36.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -14,7 +14,7 @@ HOMEPAGE="https://netty.io/"
26 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 arm64 ~ppc64 x86"
30 +KEYWORDS="amd64 arm64 ppc64 x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"