commit: 407fdd59bdbeb6d6af726092e023c76be8869f2b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 22:53:32 2023 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 22:54:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407fdd59
www-servers/caddy: Copy deps tarball to dev space
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
www-servers/caddy/caddy-2.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/caddy/caddy-2.7.6.ebuild
b/www-servers/caddy/caddy-2.7.6.ebuild
index 5657c0607730..46bbcab0df3e 100644
--- a/www-servers/caddy/caddy-2.7.6.ebuild
+++ b/www-servers/caddy/caddy-2.7.6.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == 9999* ]]; then
EGIT_REPO_URI="https://github.com/caddyserver/caddy.git"
else
SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- SRC_URI+="
https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
-> ${P}-deps.tar.xz"
+ SRC_URI+=" https://dev.gentoo.org/~zmedico/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 ~loong ~riscv"
fi