mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/shfmt-9999: fix dependency SRC_URI
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user