diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-13 14:11:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-13 14:11:42 +0300 |
commit | 570b070f9ce62292a98d832d07c30b4e4903cc52 (patch) | |
tree | d79882bc4b5ec4abbe52647ad1a01b91b994a3c8 /net-libs/nghttp2 | |
parent | media-libs/libsbsms: amd64 stable wrt bug #664276 (diff) | |
download | gentoo-570b070f9ce62292a98d832d07c30b4e4903cc52.tar.gz gentoo-570b070f9ce62292a98d832d07c30b4e4903cc52.tar.bz2 gentoo-570b070f9ce62292a98d832d07c30b4e4903cc52.zip |
net-libs/nghttp2: amd64 stable wrt bug #665798
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.33.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild b/net-libs/nghttp2/nghttp2-1.33.0.ebuild index 0e164866e78c..d5c2c4464c44 100644 --- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild @@ -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" |