diff options
author | Sam James <sam@gentoo.org> | 2021-09-20 19:25:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-20 19:25:59 +0100 |
commit | 90d5b2cf31c00b2f3ee9381103660b7f41d891ee (patch) | |
tree | dc003c3fd50da7a293bcd1819f43fe07037c0292 | |
parent | x11-misc/xdotool: Stabilize 3.20210903.1 ppc64, #814014 (diff) | |
download | gentoo-90d5b2cf31c00b2f3ee9381103660b7f41d891ee.tar.gz gentoo-90d5b2cf31c00b2f3ee9381103660b7f41d891ee.tar.bz2 gentoo-90d5b2cf31c00b2f3ee9381103660b7f41d891ee.zip |
net-libs/nghttp2: Stabilize 1.44.0 ppc64, #814038
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.44.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.44.0.ebuild b/net-libs/nghttp2/nghttp2-1.44.0.ebuild index cc514dc2d659..bb594625bc53 100644 --- a/net-libs/nghttp2/nghttp2-1.44.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.44.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 ~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" |