From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1552955-garchives=archives.gentoo.org@lists.gentoo.org>
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 C9953158089
	for <garchives@archives.gentoo.org>; Fri,  8 Sep 2023 14:10:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0B2182BC01B;
	Fri,  8 Sep 2023 14:10:07 +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 E519F2BC01B
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2023 14:10:06 +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 B697C335C4E
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2023 14:10:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6EE1124
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2023 14:10:03 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1694182198.3c739cc10a4ca7d6712bc839f8cfa1a01d1fb487.williamh@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.ebuild
X-VCS-Directories: www-servers/caddy/
X-VCS-Committer: williamh
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 3c739cc10a4ca7d6712bc839f8cfa1a01d1fb487
X-VCS-Branch: master
Date: Fri,  8 Sep 2023 14:10:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fab43dc9-bfd0-442c-bca0-b9c97b9cbd1b
X-Archives-Hash: 4e0499bb6401513b0c95d4954d6fa088

commit:     3c739cc10a4ca7d6712bc839f8cfa1a01d1fb487
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 14:09:14 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 14:09:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c739cc1

www-servers/caddy: stabilize 2.7.4 for amd64

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 www-servers/caddy/caddy-2.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/caddy/caddy-2.7.4.ebuild b/www-servers/caddy/caddy-2.7.4.ebuild
index 34194067147a..83a56917b23a 100644
--- a/www-servers/caddy/caddy-2.7.4.ebuild
+++ b/www-servers/caddy/caddy-2.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
 
 LICENSE="Apache-2.0 BSD ECL-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 RDEPEND="
 	acct-user/http
 	acct-group/http"