From: Mikle Kolyada Date: Tue, 9 Oct 2018 12:10:31 +0000 (+0300) Subject: net-libs/nghttp2: arm/s390 stable wrt bug #665798 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=92ca031f05b837e1c5e64fef9e73dd565f316762;p=gentoo.git net-libs/nghttp2: arm/s390 stable wrt bug #665798 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild b/net-libs/nghttp2/nghttp2-1.33.0.ebuild index a0e6cd2b5638..8e3d343e95f3 100644 --- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: Add python support. @@ -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"