diff options
author | 2022-06-24 14:38:12 +0300 | |
---|---|---|
committer | 2022-06-24 14:38:12 +0300 | |
commit | 34e0d0642dc87fb4f569a009634f725508890b41 (patch) | |
tree | 007c2b6f6a649d9fa5747017373c5c63dd76557f /net-libs | |
parent | dev-python/importlib_metadata: drop 4.11.3 (diff) | |
download | gentoo-34e0d0642dc87fb4f569a009634f725508890b41.tar.gz gentoo-34e0d0642dc87fb4f569a009634f725508890b41.tar.bz2 gentoo-34e0d0642dc87fb4f569a009634f725508890b41.zip |
net-libs/nghttp2: Stabilize 1.47.0 arm, #854057
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.47.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.47.0.ebuild b/net-libs/nghttp2/nghttp2-1.47.0.ebuild index 97b642d84a6d..070b16c07bcb 100644 --- a/net-libs/nghttp2/nghttp2-1.47.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.47.0.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 ~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" fi DESCRIPTION="HTTP/2 C Library" |