Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/
Date: Thu, 15 Sep 2022 04:20:42
Message-Id: 1663215627.7283b7022ea4de1c227a2ec89713c5c02544f22a.zmedico@gentoo
1 commit: 7283b7022ea4de1c227a2ec89713c5c02544f22a
2 Author: Chris Su <chris <AT> lesscrowds <DOT> org>
3 AuthorDate: Thu Sep 15 02:55:08 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 15 04:20:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7283b702
7
8 www-servers/caddy: Keyword 2.5.2 riscv, #870175
9
10 Closes: https://bugs.gentoo.org/870175
11 Closes: https://github.com/gentoo/gentoo/pull/27261
12 Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 www-servers/caddy/caddy-2.5.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-servers/caddy/caddy-2.5.2.ebuild b/www-servers/caddy/caddy-2.5.2.ebuild
19 index afa2465aba28..c1adcb1cf8b0 100644
20 --- a/www-servers/caddy/caddy-2.5.2.ebuild
21 +++ b/www-servers/caddy/caddy-2.5.2.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.
23
24 LICENSE="Apache-2.0 BSD ECL-2.0 MIT"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm64"
27 +KEYWORDS="amd64 ~arm64 ~riscv"
28 RDEPEND="
29 acct-user/http
30 acct-group/http"