Diff caddy-2.6.2 with a caddy-2.6.4
/usr/portage/www-servers/caddy/caddy-2.6.4.ebuild 2023-10-09 14:52:35.896368512 +0300 | ||
---|---|---|
1 |
# Copyright 2021-2022 Gentoo Authors |
|
1 |
# Copyright 2021-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 |
inherit fcaps go-module systemd |
6 | 6 | |
7 | 7 |
DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS" |
... | ... | |
17 | 17 |
acct-group/http" |
18 | 18 |
DEPEND="${RDEPEND}" |
19 | 19 | |
20 |
RESTRICT+=" test" |
|
20 |
RESTRICT="test" |
|
21 | 21 | |
22 | 22 |
FILECAPS=( |
23 | 23 |
-m 755 'cap_net_bind_service=+ep' usr/bin/${PN} |