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 1204D158042 for ; Tue, 22 Oct 2024 18:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9F97E092B; Tue, 22 Oct 2024 18:12:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4F96E092B for ; Tue, 22 Oct 2024 18:12: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE497340DE6 for ; Tue, 22 Oct 2024 18:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A4BD1F41 for ; Tue, 22 Oct 2024 18:12:55 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1729616075.ad1fc6c71db7097ba6195f332912fbca7198344d.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-cpp/cpp-httplib/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: ad1fc6c71db7097ba6195f332912fbca7198344d X-VCS-Branch: master Date: Tue, 22 Oct 2024 18:12:55 +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: 77e33d19-d38f-4a3e-b3c9-60494f2c5caa X-Archives-Hash: 1869ad72930221a194b9c6e49c446f02 commit: ad1fc6c71db7097ba6195f332912fbca7198344d Author: orbea riseup net> AuthorDate: Tue Oct 22 16:54:35 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Oct 22 16:54:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ad1fc6c7 dev-cpp/cpp-httplib: stabilize 0.16.3 for arm, arm64, sparc Signed-off-by: orbea riseup.net> dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild index 87b6c6c..3eb8ac2 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.16.3.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT"