diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 23:39:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 23:40:58 +0100 |
commit | 8cc7318607df0e53d03be68a7373ee8a8db57e26 (patch) | |
tree | 07e54e052882bbb7c24bf1b0f688d5b359897ea3 | |
parent | x11-base/xorg-proto: Keyword ~amd64-fbsd (diff) | |
download | gentoo-8cc7318607df0e53d03be68a7373ee8a8db57e26.tar.gz gentoo-8cc7318607df0e53d03be68a7373ee8a8db57e26.tar.bz2 gentoo-8cc7318607df0e53d03be68a7373ee8a8db57e26.zip |
net-libs/nghttp2: Tested on ~amd64-fbsd
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.31.0.ebuild b/net-libs/nghttp2/nghttp2-1.31.0.ebuild index e578deb7b24b..ffeb54eded23 100644 --- a/net-libs/nghttp2/nghttp2-1.31.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.31.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" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" fi DESCRIPTION="HTTP/2 C Library" |