From: Thomas Deutschmann Date: Fri, 20 Mar 2020 20:14:16 +0000 (+0100) Subject: net-libs/nghttp2: x86 stable (bug #713678) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20cd7cab7e486e1675964c27de7eeb8dd9e43d9d;p=gentoo.git net-libs/nghttp2: x86 stable (bug #713678) Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann --- diff --git a/net-libs/nghttp2/nghttp2-1.40.0.ebuild b/net-libs/nghttp2/nghttp2-1.40.0.ebuild index 4600d9387e98..e94cef05716f 100644 --- a/net-libs/nghttp2/nghttp2-1.40.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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 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 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="HTTP/2 C Library"