Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/github-cli/
Date: Wed, 01 Jun 2022 01:51:29
Message-Id: 1654048252.158c56858db0a92c1a5c866bd1292cab739a5342.sam@gentoo
1 commit: 158c56858db0a92c1a5c866bd1292cab739a5342
2 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
3 AuthorDate: Sun May 29 22:45:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 01:50:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158c5685
7
8 dev-util/github-cli: update URL for EGO_SUM deps
9
10 This commit update the url to for the Go `EGO_SUM` deps.
11
12 Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
13 Closes: https://github.com/gentoo/gentoo/pull/25677
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-util/github-cli/github-cli-2.11.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-util/github-cli/github-cli-2.11.3.ebuild b/dev-util/github-cli/github-cli-2.11.3.ebuild
20 index e08b4ff2cbbe..fdd2db7e3689 100644
21 --- a/dev-util/github-cli/github-cli-2.11.3.ebuild
22 +++ b/dev-util/github-cli/github-cli-2.11.3.ebuild
23 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
24 EGIT_REPO_URI="https://github.com/cli/cli.git"
25 else
26 SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 - SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
28 + SRC_URI+=" https://github.com/ran-dall/portage-deps/raw/master/${P}-deps.tar.xz"
29 KEYWORDS="~amd64 ~riscv"
30 S="${WORKDIR}/cli-${PV}"
31 fi