diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-04-15 11:50:09 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-04-15 11:50:09 +0200 |
commit | 19b413dbf7a5f6f87bbd168c7f613cbe357595bd (patch) | |
tree | 4269694abec2e0724ca514c7e4952e0dc3094d32 /net-libs/nghttp2 | |
parent | net-libs/nodejs: Stable for AMD64 too. (diff) | |
download | gentoo-19b413dbf7a5f6f87bbd168c7f613cbe357595bd.tar.gz gentoo-19b413dbf7a5f6f87bbd168c7f613cbe357595bd.tar.bz2 gentoo-19b413dbf7a5f6f87bbd168c7f613cbe357595bd.zip |
net-libs/nghttp2: Stable for HPPA too.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --ignore-arches
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.31.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild b/net-libs/nghttp2/nghttp2-1.31.1.ebuild index b1f9a0776ee5..2c4bba6ecedd 100644 --- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.31.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit 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 ~s390 ~sh sparc ~x86 ~amd64-fbsd" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd" fi DESCRIPTION="HTTP/2 C Library" |