Skip to content

Commit

Permalink
dev-util/github-cli: update URL for EGO_SUM deps
Browse files Browse the repository at this point in the history
This commit update the url to for the Go `EGO_SUM` deps.

Signed-off-by: Randall T. Vasquez <[email protected]>
Closes: gentoo#25677
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
ran-dall authored and thesamesam committed Jun 1, 2022
1 parent d4f025e commit 158c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/github-cli/github-cli-2.11.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158c568

Please sign in to comment.