commit: 335cbeae8c0479c7f08298364aaca1cac3de9fe9
Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sun May 22 02:26:10 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 22 02:26:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=335cbeae
dev-util/shfmt-9999: fix dependency SRC_URI
Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
dev-util/shfmt/shfmt-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/shfmt/shfmt-9999.ebuild b/dev-util/shfmt/shfmt-9999.ebuild
index 65a9730a9..d9c9cc2c4 100644
--- a/dev-util/shfmt/shfmt-9999.ebuild
+++ b/dev-util/shfmt/shfmt-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
RESTRICT="fetch mirror test"
else
SRC_URI="https://github.com/mvdan/sh/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
- SRC_URI+=" ${P}-deps.tar.xz"
+ SRC_URI+="
https://github.com/ran-dall/portage-deps/raw/master/${P}-deps.tar.xz"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="mirror test"
S="${WORKDIR}/${PN/fmt}-${PV}"