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