diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-04 10:29:13 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-04 10:30:18 +0200 |
commit | 9e4973d5b143aa20e33437dc5abc698fc966a986 (patch) | |
tree | 57a2e50ec4b53eee83c31557d6679842f98ec907 /net-libs/nghttp2/nghttp2-9999.ebuild | |
parent | net-libs/nghttp2: Bump to version 1.33.0 (diff) | |
download | gentoo-9e4973d5b143aa20e33437dc5abc698fc966a986.tar.gz gentoo-9e4973d5b143aa20e33437dc5abc698fc966a986.tar.bz2 gentoo-9e4973d5b143aa20e33437dc5abc698fc966a986.zip |
net-libs/nghttp2: Synced live ebuild.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 4 |
1 files 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" |