diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:36:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:36:47 +0200 |
commit | 81d737608c1f18b6acb0a0b6103b9801b8676cf3 (patch) | |
tree | 8dc7e31278906928c2484056cf4bcf2515a5a248 /net-libs/nghttp2 | |
parent | net-irc: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.tar.gz gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.tar.bz2 gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.zip |
net-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.39.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild b/net-libs/nghttp2/nghttp2-1.39.2.ebuild index 2142ab3bd2e9..83f298094049 100644 --- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild +++ b/net-libs/nghttp2/nghttp2-1.39.2.ebuild @@ -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 ~amd64-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" fi DESCRIPTION="HTTP/2 C Library" diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 92ac11a357a6..6750a2a20d71 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -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 ~amd64-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="HTTP/2 C Library" |