diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 20:36:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 20:36:45 +0200 |
commit | a141234e4703e811237323873ffe70267d62117d (patch) | |
tree | 67cc220636c348aecb1fa37d001c32c53ad57d1b /net-libs | |
parent | media-libs/exempi: Stabilize 2.6.3 x86, #892725 (diff) | |
download | gentoo-a141234e4703e811237323873ffe70267d62117d.tar.gz gentoo-a141234e4703e811237323873ffe70267d62117d.tar.bz2 gentoo-a141234e4703e811237323873ffe70267d62117d.zip |
net-libs/nghttp2: Stabilize 1.51.0 arm64, #892043
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.51.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.51.0.ebuild b/net-libs/nghttp2/nghttp2-1.51.0.ebuild index 6defddb77d27..18f0dfaec5db 100644 --- a/net-libs/nghttp2/nghttp2-1.51.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.51.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: Add python support. @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml" RESTRICT="!test? ( test )" |