diff options
author | 2024-09-01 22:46:45 +0300 | |
---|---|---|
committer | 2024-09-01 22:46:45 +0300 | |
commit | 5f137291432c4eec4c7cc3795b21c67afd4824b9 (patch) | |
tree | f0f0d6e80e10c6b361e467bd350838c57d85625a /net-libs | |
parent | net-libs/udns: Stabilize 0.4-r3 sparc, #937790 (diff) | |
download | gentoo-5f137291432c4eec4c7cc3795b21c67afd4824b9.tar.gz gentoo-5f137291432c4eec4c7cc3795b21c67afd4824b9.tar.bz2 gentoo-5f137291432c4eec4c7cc3795b21c67afd4824b9.zip |
net-libs/nghttp2: Stabilize 1.62.1 sparc, #938008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.62.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.62.1.ebuild b/net-libs/nghttp2/nghttp2-1.62.1.ebuild index 38e73ec93643..5accde584b6c 100644 --- a/net-libs/nghttp2/nghttp2-1.62.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.62.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # 1.<SONAME> -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" REQUIRED_USE="test? ( static-libs )" |