From df5fdb34c2465b089065e44ab54df0297dc04efd Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Sep 2022 04:53:30 +0100 Subject: [PATCH] app-accessibility/nfbtrans: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James --- app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild index 7e24f93de77ba..8559b3ff195b7 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Braille translator from the National Federation of the Blind" HOMEPAGE="http://www.nfbnet.org/download/nfbtrans.htm" -SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip" +SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr$(ver_rs 1-2 '').zip" S="${WORKDIR}" LICENSE="public-domain"