From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 800F9158042 for ; Thu, 17 Oct 2024 03:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A701E07EE; Thu, 17 Oct 2024 03:40:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60C82E07EE for ; Thu, 17 Oct 2024 03:40:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E769342FB1 for ; Thu, 17 Oct 2024 03:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05611F64 for ; Thu, 17 Oct 2024 03:40:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729136435.339e858fb5abc838c95ebcf4f7b8aea2d30f982e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/llhttp/llhttp-9.2.1.ebuild X-VCS-Directories: net-libs/llhttp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 339e858fb5abc838c95ebcf4f7b8aea2d30f982e X-VCS-Branch: master Date: Thu, 17 Oct 2024 03:40:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84360d13-9e20-4b49-91e2-39e08b1a6f93 X-Archives-Hash: 505dc43f69b2627b27e4cfa565e36988 commit: 339e858fb5abc838c95ebcf4f7b8aea2d30f982e Author: Sam James gentoo org> AuthorDate: Thu Oct 17 03:40:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 17 03:40:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339e858f net-libs/llhttp: Keyword 9.2.1 ppc64, #941645 Signed-off-by: Sam James gentoo.org> net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild index be6cbaeca906..4333872b3557 100644 --- a/net-libs/llhttp/llhttp-9.2.1.ebuild +++ b/net-libs/llhttp/llhttp-9.2.1.ebuild @@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~sparc" +KEYWORDS="~amd64 ~ppc64 ~sparc"