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 39CBA15802C for ; Fri, 20 Dec 2024 17:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DD7E08BB; Fri, 20 Dec 2024 17:32:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61559E08BB for ; Fri, 20 Dec 2024 17:32:24 +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 7067234072E for ; Fri, 20 Dec 2024 17:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06C711F45 for ; Fri, 20 Dec 2024 17:32:22 +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: <1734715730.d51f1ca77cba656361b1eee2ee64e987e2b9be02.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.18.1.ebuild X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: d51f1ca77cba656361b1eee2ee64e987e2b9be02 X-VCS-Branch: master Date: Fri, 20 Dec 2024 17:32:22 +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: 44ad805f-1292-432a-b016-a6d2aa021123 X-Archives-Hash: 8fd594ca69871d5cace248f2e354e239 commit: d51f1ca77cba656361b1eee2ee64e987e2b9be02 Author: orbea riseup net> AuthorDate: Fri Dec 20 17:28:50 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Dec 20 17:28:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d51f1ca7 dev-cpp/cpp-httplib: keyword 0.18.1 Signed-off-by: orbea riseup.net> dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild index a307050..fa7ad0d 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.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 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT"