dev-util/shfmt-9999: fix dependency SRC_URI

Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
Randall T. Vasquez
2022-05-21 19:26:10 -07:00
parent 708223445a
commit 335cbeae8c

View File

@@ -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}"