diff options
author | Sam James <sam@gentoo.org> | 2021-07-19 19:33:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-19 19:33:59 +0100 |
commit | 4e0252e99cc4a4c01c8072476f70596bd6593067 (patch) | |
tree | b1ddeeb05dd0476dd1e3db81fdb8a12c4212abfb /net-libs | |
parent | dev-python/PyQt5: Stabilize 5.15.4-r1 x86, #799632 (diff) | |
download | gentoo-4e0252e99cc4a4c01c8072476f70596bd6593067.tar.gz gentoo-4e0252e99cc4a4c01c8072476f70596bd6593067.tar.bz2 gentoo-4e0252e99cc4a4c01c8072476f70596bd6593067.zip |
net-libs/nghttp2: Stabilize 1.43.0-r2 x86, #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 cc514dc2d659..b584791d65bc 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" |