diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 21:38:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 21:38:31 +0200 |
commit | 41fdf7567a3cf179892c3170d55cecaabb74d542 (patch) | |
tree | fed5e4a2d8ba7f939e6f2a2249eeb4aca1a7ed56 /net-libs | |
parent | dev-libs/libgit2: Stabilize 1.5.0 sparc, #886735 (diff) | |
download | gentoo-41fdf7567a3cf179892c3170d55cecaabb74d542.tar.gz gentoo-41fdf7567a3cf179892c3170d55cecaabb74d542.tar.bz2 gentoo-41fdf7567a3cf179892c3170d55cecaabb74d542.zip |
net-libs/http-parser: Stabilize 2.9.4-r2 sparc, #886735
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/http-parser/http-parser-2.9.4-r2.ebuild b/net-libs/http-parser/http-parser-2.9.4-r2.ebuild index 491bceedc504..d979a9c69415 100644 --- a/net-libs/http-parser/http-parser-2.9.4-r2.ebuild +++ b/net-libs/http-parser/http-parser-2.9.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="MIT" # 2.9.4 restored ABI compatibility with 2.9.0 but since we failed # to set subslot in 2.9.3, we want to provoke another rebuild SLOT="0/2.9.4" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" PATCHES=( "${FILESDIR}"/${P}-non-x86-test.patch |