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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BB5C158095 for ; Sat, 23 Jul 2022 00:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CF4DE0C17; Sat, 23 Jul 2022 00:54:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8057FE0C17 for ; Sat, 23 Jul 2022 00:54:40 +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 2A31A3410F8 for ; Sat, 23 Jul 2022 00:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 582EE326 for ; Sat, 23 Jul 2022 00:54:37 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1658537618.df84b88736016351b212c09fbb42442105a52cef.zmedico@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.5.2.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: df84b88736016351b212c09fbb42442105a52cef X-VCS-Branch: master Date: Sat, 23 Jul 2022 00:54:37 +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: 2ffe71f6-0d91-4309-969d-5f86e86d146e X-Archives-Hash: 17e8ef7753f23a417aee3717f99f5285 commit: df84b88736016351b212c09fbb42442105a52cef Author: Zac Medico gentoo org> AuthorDate: Sat Jul 23 00:53:34 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jul 23 00:53:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df84b887 www-servers/caddy: stabilize 2.5.2 for amd64 Bug: https://bugs.gentoo.org/860147 Signed-off-by: Zac Medico gentoo.org> www-servers/caddy/caddy-2.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/caddy/caddy-2.5.2.ebuild b/www-servers/caddy/caddy-2.5.2.ebuild index e614f052fbc5..afa2465aba28 100644 --- a/www-servers/caddy/caddy-2.5.2.ebuild +++ b/www-servers/caddy/caddy-2.5.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0 BSD ECL-2.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" RDEPEND=" acct-user/http acct-group/http"