From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7570A158094 for ; Thu, 22 Sep 2022 04:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62B6E0BE5; Thu, 22 Sep 2022 04:09:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE170E0BE5 for ; Thu, 22 Sep 2022 04:09:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E31D134116F for ; Thu, 22 Sep 2022 04:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E3C95FA for ; Thu, 22 Sep 2022 04:09:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663819524.34d751ba89e925d8b0104cec3112c48e7924a978.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/dvhtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild X-VCS-Directories: sys-boot/dvhtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34d751ba89e925d8b0104cec3112c48e7924a978 X-VCS-Branch: master Date: Thu, 22 Sep 2022 04:09:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ced966d5-da6d-402d-90f0-0a4dea39b705 X-Archives-Hash: 34cbd5764f7fc5ecd74e79605551bdbb commit: 34d751ba89e925d8b0104cec3112c48e7924a978 Author: Sam James gentoo org> AuthorDate: Thu Sep 22 04:04:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 22 04:05:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d751ba sys-boot/dvhtool: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James gentoo.org> sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"