Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/dvhtool/
Date: Thu, 22 Sep 2022 04:09:51
Message-Id: 1663819524.34d751ba89e925d8b0104cec3112c48e7924a978.sam@gentoo
1 commit: 34d751ba89e925d8b0104cec3112c48e7924a978
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 04:04:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d751ba
7
8 sys-boot/dvhtool: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
18 index 6e23f2cb51d4..ba84fd2db50a 100644
19 --- a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
20 +++ b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
21 @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
22
23 DESCRIPTION="Tool to copy kernel(s) into the volume header on SGI MIPS-based workstations"
24 HOMEPAGE="http://packages.debian.org/unstable/utils/dvhtool"
25 -SRC_URI="mirror://debian/pool/main/d/dvhtool/dvhtool_1.0.1.orig.tar.gz"
26 +SRC_URI="mirror://debian/pool/main/d/dvhtool/dvhtool_${PV}.orig.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"