diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 21:01:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 21:02:51 +0100 |
commit | 926b9d499f7efc45e57ceeb83c58a3e071deff53 (patch) | |
tree | a0331815695c32dea6363a2220e6d70b163c39da /net-libs/nghttp2 | |
parent | net-libs/nghttp2-1.42.0: marked ~x64-solaris (diff) | |
download | gentoo-926b9d499f7efc45e57ceeb83c58a3e071deff53.tar.gz gentoo-926b9d499f7efc45e57ceeb83c58a3e071deff53.tar.bz2 gentoo-926b9d499f7efc45e57ceeb83c58a3e071deff53.zip |
net-libs/nghttp2-999: add Prefix keywords (avoid them getting lost)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index b43a0d325068..b26f2f341e23 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 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~x64-solaris" fi DESCRIPTION="HTTP/2 C Library" |