diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-11 21:11:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-11 21:11:32 +0300 |
commit | e2154f05803d9ac7cf5fe7d439b30450271360c9 (patch) | |
tree | b446e7f34268693c0013cec4a05015db2600c499 /net-libs | |
parent | dev-ruby/webmock: Stabilize 3.23.0 ppc64, #936853 (diff) | |
download | gentoo-e2154f05803d9ac7cf5fe7d439b30450271360c9.tar.gz gentoo-e2154f05803d9ac7cf5fe7d439b30450271360c9.tar.bz2 gentoo-e2154f05803d9ac7cf5fe7d439b30450271360c9.zip |
net-libs/nghttp3: Keyword 1.5.0 ppc64, #933292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.5.0.ebuild b/net-libs/nghttp3/nghttp3-1.5.0.ebuild index 689f8a212cbe..4a0974d256ea 100644 --- a/net-libs/nghttp3/nghttp3-1.5.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.5.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |