commit: 158c56858db0a92c1a5c866bd1292cab739a5342 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com> AuthorDate: Sun May 29 22:45:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 1 01:50:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158c5685
dev-util/github-cli: update URL for EGO_SUM deps This commit update the url to for the Go `EGO_SUM` deps. Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com> Closes: https://github.com/gentoo/gentoo/pull/25677 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/github-cli/github-cli-2.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/github-cli/github-cli-2.11.3.ebuild b/dev-util/github-cli/github-cli-2.11.3.ebuild index e08b4ff2cbbe..fdd2db7e3689 100644 --- a/dev-util/github-cli/github-cli-2.11.3.ebuild +++ b/dev-util/github-cli/github-cli-2.11.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/cli/cli.git" else SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" - SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" + SRC_URI+=" https://github.com/ran-dall/portage-deps/raw/master/${P}-deps.tar.xz" KEYWORDS="~amd64 ~riscv" S="${WORKDIR}/cli-${PV}" fi
