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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E579158089 for ; Fri, 29 Sep 2023 07:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD392BC02B; Fri, 29 Sep 2023 07:27:51 +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 95F642BC02B for ; Fri, 29 Sep 2023 07:27:51 +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 740E2335CDF for ; Fri, 29 Sep 2023 07:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23818123E for ; Fri, 29 Sep 2023 07:27:49 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1695972440.bda9bf0a5f416a666eb8cb02299dfb9376ad068c.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/caddy/caddy-2.7.4-r1.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: bda9bf0a5f416a666eb8cb02299dfb9376ad068c X-VCS-Branch: master Date: Fri, 29 Sep 2023 07:27:49 +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: 773345f8-e218-47a3-baee-74977acf2ccc X-Archives-Hash: d477637dd00226e47103df36b54b074b commit: bda9bf0a5f416a666eb8cb02299dfb9376ad068c Author: WANG Xuerui gentoo org> AuthorDate: Fri Sep 29 07:06:02 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Sep 29 07:27:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda9bf0a www-servers/caddy: keyword 2.7.4-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> www-servers/caddy/caddy-2.7.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/caddy/caddy-2.7.4-r1.ebuild b/www-servers/caddy/caddy-2.7.4-r1.ebuild index a4fc915a0230..e60c54e02eb3 100644 --- a/www-servers/caddy/caddy-2.7.4-r1.ebuild +++ b/www-servers/caddy/caddy-2.7.4-r1.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" SRC_URI+=" https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> ${P}-docs.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi LICENSE="Apache-2.0 BSD ECL-2.0 MIT CC0-1.0"