summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2023-11-10 08:34:38 -0800
committerZac Medico <zmedico@gentoo.org>2023-11-10 08:35:17 -0800
commit166f15fd8828d25fe1b882814bc88e2155e0c418 (patch)
treec010c89a05ff606b2bedcd6faed790914448e10d /net-dns
parentnet-dns/coredns: add proxy-maint & myself as maint (diff)
downloadgentoo-166f15fd8828d25fe1b882814bc88e2155e0c418.tar.gz
gentoo-166f15fd8828d25fe1b882814bc88e2155e0c418.tar.bz2
gentoo-166f15fd8828d25fe1b882814bc88e2155e0c418.zip
net-dns/coredns: Copy coredns-1.11.1-deps.tar.xz to dev space
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/coredns/coredns-1.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/coredns/coredns-1.11.1.ebuild b/net-dns/coredns/coredns-1.11.1.ebuild
index fe735f43702c..59d3b5206848 100644
--- a/net-dns/coredns/coredns-1.11.1.ebuild
+++ b/net-dns/coredns/coredns-1.11.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/coredns/coredns.git"
else
SRC_URI="https://github.com/${PN}/${PN}/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"
KEYWORDS="~amd64"
fi