From 9e4973d5b143aa20e33437dc5abc698fc966a986 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 4 Sep 2018 10:29:13 +0200 Subject: net-libs/nghttp2: Synced live ebuild. Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- net-libs/nghttp2/nghttp2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 31d1de9f15bf..e5d039fc7180 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -3,7 +3,7 @@ # TODO: Add python support. -EAPI=6 +EAPI=7 inherit multilib-minimal @@ -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" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" fi DESCRIPTION="HTTP/2 C Library" -- cgit v1.2.3-65-gdbad