diff options
author | Sam James <sam@gentoo.org> | 2021-10-20 00:22:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-20 00:22:40 +0000 |
commit | c2283c8430206805024864f39b3db45b122270f2 (patch) | |
tree | b26f709e3d81adaba2f690572ab50f9b55313afe /net-libs/nghttp2 | |
parent | media-gfx/chafa: Stabilize 1.8.0 arm64, #818943 (diff) | |
download | gentoo-c2283c8430206805024864f39b3db45b122270f2.tar.gz gentoo-c2283c8430206805024864f39b3db45b122270f2.tar.bz2 gentoo-c2283c8430206805024864f39b3db45b122270f2.zip |
net-libs/nghttp2: Stabilize 1.45.1-r1 ppc, #818907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild b/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild index e101f1067f1c..bc3cb4979c2c 100644 --- a/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.45.1-r1.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" |