diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 12:13:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 12:17:08 +0100 |
commit | d8d242e302100d65987c366f69c19a193211b3c2 (patch) | |
tree | 9604a83edd375d9988c7f8a267023c3bb287a895 /net-libs | |
parent | dev-util/meson: Stabilize 0.58.1 ppc, #802666 (diff) | |
download | gentoo-d8d242e302100d65987c366f69c19a193211b3c2.tar.gz gentoo-d8d242e302100d65987c366f69c19a193211b3c2.tar.bz2 gentoo-d8d242e302100d65987c366f69c19a193211b3c2.zip |
net-libs/nghttp2: Stabilize 1.43.0-r2 ppc, #802855
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 78cb803c6f66..a9b6c8436182 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" |