diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-18 14:53:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-18 14:53:25 +0200 |
commit | 022ed776b097468a14975125272a735f43edb8fa (patch) | |
tree | 9b7fc2eb4cec537f044b7ae77ce213ce9c132efe /dev-java/netty-buffer/netty-buffer-4.0.36.ebuild | |
parent | dev-java/netty-common: Stabilize 4.0.36 ppc64, #828069 (diff) | |
download | gentoo-022ed776b097468a14975125272a735f43edb8fa.tar.gz gentoo-022ed776b097468a14975125272a735f43edb8fa.tar.bz2 gentoo-022ed776b097468a14975125272a735f43edb8fa.zip |
dev-java/netty-buffer: Stabilize 4.0.36 ppc64, #828069
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/netty-buffer/netty-buffer-4.0.36.ebuild')
-rw-r--r-- | dev-java/netty-buffer/netty-buffer-4.0.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild b/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild index 3420d2a1d621..dd39ef8af0bf 100644 --- a/dev-java/netty-buffer/netty-buffer-4.0.36.ebuild +++ b/dev-java/netty-buffer/netty-buffer-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 )" |