commit:     802bc249208ce61cfd0a728d884eac6a3b9903d2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 21:13:36 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 12 21:13:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802bc249

net-dns/coredns: Copy deps tarball to dev space

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-dns/coredns/coredns-1.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/coredns/coredns-1.11.3.ebuild 
b/net-dns/coredns/coredns-1.11.3.ebuild
index 117795b9f150..7f69279c8135 100644
--- a/net-dns/coredns/coredns-1.11.3.ebuild
+++ b/net-dns/coredns/coredns-1.11.3.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
 

Reply via email to