diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 05:04:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:24 +0100 |
commit | 34d751ba89e925d8b0104cec3112c48e7924a978 (patch) | |
tree | 9cc4f5ca3216510f3222d4603b8c82c52e122aa3 /sys-boot | |
parent | sci-misc/cdfplayer: use PV in SRC_URI (diff) | |
download | gentoo-34d751ba89e925d8b0104cec3112c48e7924a978.tar.gz gentoo-34d751ba89e925d8b0104cec3112c48e7924a978.tar.bz2 gentoo-34d751ba89e925d8b0104cec3112c48e7924a978.zip |
sys-boot/dvhtool: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild index 6e23f2cb51d4..ba84fd2db50a 100644 --- a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild +++ b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Tool to copy kernel(s) into the volume header on SGI MIPS-based workstations" HOMEPAGE="http://packages.debian.org/unstable/utils/dvhtool" -SRC_URI="mirror://debian/pool/main/d/dvhtool/dvhtool_1.0.1.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/d/dvhtool/dvhtool_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" |