diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-01 21:27:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-01 21:27:45 +0300 |
commit | f142cf5ae16c37a5b21babfbb8a387b775089433 (patch) | |
tree | b18b9ab89bc0acc3404be57881efe540738419d6 /net-libs/nghttp2 | |
parent | net-libs/libmicrohttpd: arm stable wrt bug #691366 (diff) | |
download | gentoo-f142cf5ae16c37a5b21babfbb8a387b775089433.tar.gz gentoo-f142cf5ae16c37a5b21babfbb8a387b775089433.tar.bz2 gentoo-f142cf5ae16c37a5b21babfbb8a387b775089433.zip |
net-libs/nghttp2: arm stable wrt bug #692112
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.39.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild b/net-libs/nghttp2/nghttp2-1.39.2.ebuild index a9772a1ba462..2142ab3bd2e9 100644 --- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild +++ b/net-libs/nghttp2/nghttp2-1.39.2.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 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" |