diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-01 09:22:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-01 09:22:44 +0300 |
commit | f1f196b24ef4224dd0b0f904b7839f311c9cca16 (patch) | |
tree | 10815639b42bcdbb049be72dd7761d5f0402ea2f /net-libs/nghttp3 | |
parent | net-analyzer/wireshark: Keyword 4.2.5 x86, #933292 (diff) | |
download | gentoo-f1f196b24ef4224dd0b0f904b7839f311c9cca16.tar.gz gentoo-f1f196b24ef4224dd0b0f904b7839f311c9cca16.tar.bz2 gentoo-f1f196b24ef4224dd0b0f904b7839f311c9cca16.zip |
net-libs/nghttp3: Keyword 1.3.0 x86, #933292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.3.0.ebuild b/net-libs/nghttp3/nghttp3-1.3.0.ebuild index 1e4141b9d1a0..fe7d3db77a65 100644 --- a/net-libs/nghttp3/nghttp3-1.3.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.3.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" + KEYWORDS="amd64 ~arm arm64 ~hppa ~x86" fi DESCRIPTION="HTTP/3 library written in C" |