diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-12-24 21:10:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-12-24 21:10:38 +0100 |
commit | 9eadad940e04b68b51f4a409655971fe25e4f3e0 (patch) | |
tree | 2b88e32d194c94c278d3aab5d5454ee36a9c573c /net-libs/nghttp2 | |
parent | media-libs/freeverb3: x86 stable wrt bug #558680 (diff) | |
download | gentoo-9eadad940e04b68b51f4a409655971fe25e4f3e0.tar.gz gentoo-9eadad940e04b68b51f4a409655971fe25e4f3e0.tar.bz2 gentoo-9eadad940e04b68b51f4a409655971fe25e4f3e0.zip |
net-libs/nghttp2: amd64 stable wrt bug #569518
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.6.0.ebuild b/net-libs/nghttp2/nghttp2-1.6.0.ebuild index 918c6dae2d04..a80507ef3df5 100644 --- a/net-libs/nghttp2/nghttp2-1.6.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.6.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-2 else SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz" - 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" |