diff options
author | 2023-01-31 18:42:13 +0000 | |
---|---|---|
committer | 2023-01-31 18:42:52 +0000 | |
commit | 415545d1822683acad432deca3b67ba7998b895f (patch) | |
tree | 215c051ec1bd8e4a3483218277fe5b1c67897f90 /net-libs | |
parent | app-editors/xvile: add 9.8y (diff) | |
download | gentoo-415545d1822683acad432deca3b67ba7998b895f.tar.gz gentoo-415545d1822683acad432deca3b67ba7998b895f.tar.bz2 gentoo-415545d1822683acad432deca3b67ba7998b895f.zip |
net-libs/nghttp2: Stabilize 1.51.0 sparc, #892043
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.51.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.51.0.ebuild b/net-libs/nghttp2/nghttp2-1.51.0.ebuild index 712bf81d51a8..b1cb1a832459 100644 --- a/net-libs/nghttp2/nghttp2-1.51.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.51.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml" RESTRICT="!test? ( test )" |