diff options
author | Sam James <sam@gentoo.org> | 2021-10-20 00:20:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-20 00:20:23 +0000 |
commit | efe6906e6b2707fa0462466c1a2ec1277c68ae0d (patch) | |
tree | 990345bdcb6cfed81a3f341578e4923dbc6ad240 /net-libs | |
parent | dev-perl/Type-Tiny: Stabilize 1.12.3 x86, #810205 (diff) | |
download | gentoo-efe6906e6b2707fa0462466c1a2ec1277c68ae0d.tar.gz gentoo-efe6906e6b2707fa0462466c1a2ec1277c68ae0d.tar.bz2 gentoo-efe6906e6b2707fa0462466c1a2ec1277c68ae0d.zip |
net-libs/nghttp2: Stabilize 1.45.1-r1 x86, #818907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 33f0539ba850..97eba047bad1 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" |