diff options
author | 2021-07-25 21:06:52 +0100 | |
---|---|---|
committer | 2021-07-25 21:06:52 +0100 | |
commit | 5cc623f6b8bf9c187abfc6a1829544ea2b97a8e7 (patch) | |
tree | 065a124d76480e189a3757ed1def784d16ec8e72 /net-libs/nghttp2 | |
parent | dev-qt/qtspeech: Stabilize 5.15.2 arm, #799632 (diff) | |
download | gentoo-5cc623f6b8bf9c187abfc6a1829544ea2b97a8e7.tar.gz gentoo-5cc623f6b8bf9c187abfc6a1829544ea2b97a8e7.tar.bz2 gentoo-5cc623f6b8bf9c187abfc6a1829544ea2b97a8e7.zip |
net-libs/nghttp2: Stabilize 1.43.0-r2 arm, #802855
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild index e8c5aa7cef5e..78cb803c6f66 100644 --- a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild +++ b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="HTTP/2 C Library" |