diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-06 22:53:52 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-08 00:02:15 +0300 |
commit | 44ad5c1462a037b5e156d6ae74b22ab4d67c5b99 (patch) | |
tree | 6d0317b44a6a8cdf4c697faa181bb32299762c07 /net-libs | |
parent | dev-python/coverage: arm64 stable (bug #714280) (diff) | |
download | gentoo-44ad5c1462a037b5e156d6ae74b22ab4d67c5b99.tar.gz gentoo-44ad5c1462a037b5e156d6ae74b22ab4d67c5b99.tar.bz2 gentoo-44ad5c1462a037b5e156d6ae74b22ab4d67c5b99.zip |
net-libs/nghttp2: arm64 stable (bug #726834)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index 61445988d2d6..c0d775bb37c8 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.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 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" fi DESCRIPTION="HTTP/2 C Library" |