diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-20 21:14:16 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-20 21:17:08 +0100 |
commit | 20cd7cab7e486e1675964c27de7eeb8dd9e43d9d (patch) | |
tree | 1d60bf0b8ce8e8d7ef63da27c82edb75e872f62b /net-libs/nghttp2 | |
parent | net-p2p/transmission-remote-gtk: Replace with updated upstream patch (diff) | |
download | gentoo-20cd7cab7e486e1675964c27de7eeb8dd9e43d9d.tar.gz gentoo-20cd7cab7e486e1675964c27de7eeb8dd9e43d9d.tar.bz2 gentoo-20cd7cab7e486e1675964c27de7eeb8dd9e43d9d.zip |
net-libs/nghttp2: x86 stable (bug #713678)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |