From afee7580b2145934c2aeb6753f52b0e53696f55f Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Sep 2022 04:42:33 +0100 Subject: [PATCH] sci-electronics/petrify: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James --- sci-electronics/petrify/petrify-4.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/petrify/petrify-4.2-r1.ebuild b/sci-electronics/petrify/petrify-4.2-r1.ebuild index 4620813921eb3..ee66b2212e7fe 100644 --- a/sci-electronics/petrify/petrify-4.2-r1.ebuild +++ b/sci-electronics/petrify/petrify-4.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Synthesize Petri nets into asynchronous circuits" HOMEPAGE="http://www.lsi.upc.edu/~jordicf/petrify/" -SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/petrify-4.2-linux.tgz" +SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/${P}-linux.tgz" S="${WORKDIR}"/${PN} LICENSE="Old-MIT"