diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-07-19 23:14:12 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-19 22:37:08 +0100 |
commit | 2dc063e7a66211865f589da9af1d2224a9ca7602 (patch) | |
tree | 51da9b1fda4cb6b01eea12499e69b58c72374ad9 /net-libs/nghttp2 | |
parent | dev-lang/perl: revbump for cross-compilation bug 794463 (diff) | |
download | gentoo-2dc063e7a66211865f589da9af1d2224a9ca7602.tar.gz gentoo-2dc063e7a66211865f589da9af1d2224a9ca7602.tar.bz2 gentoo-2dc063e7a66211865f589da9af1d2224a9ca7602.zip |
net-libs/nghttp2: stable 1.43.0-r2 for hppa/sparc, bug #802855
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-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 a2b9831602c4..e8c5aa7cef5e 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" |