diff options
author | 2025-01-04 13:40:31 +0000 | |
---|---|---|
committer | 2025-01-04 13:41:00 +0000 | |
commit | 3518598ad17ab89214192802bfbeab0c48ed5434 (patch) | |
tree | f360f7cbc678ee1e08a2d53af34f9fb2b9fb2f17 /net-libs | |
parent | dev-python/nh3: Stabilize 0.2.20 ppc, #947447 (diff) | |
download | gentoo-3518598ad17ab89214192802bfbeab0c48ed5434.tar.gz gentoo-3518598ad17ab89214192802bfbeab0c48ed5434.tar.bz2 gentoo-3518598ad17ab89214192802bfbeab0c48ed5434.zip |
net-libs/http-parser: Stabilize 2.9.4-r2 hppa, #947444
Signed-off-by: Sam James <sam@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 797273aa6b61..745d65de854a 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-2023 Gentoo Authors +# Copyright 1999-2025 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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" PATCHES=( "${FILESDIR}"/${P}-non-x86-test.patch |