diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:42:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:23 +0100 |
commit | afee7580b2145934c2aeb6753f52b0e53696f55f (patch) | |
tree | 3d2a75564797a775eb9970acb6a86a4958e43608 /sci-electronics/petrify | |
parent | sci-biology/phred: use PV in SRC_URI (diff) | |
download | gentoo-afee7580b2145934c2aeb6753f52b0e53696f55f.tar.gz gentoo-afee7580b2145934c2aeb6753f52b0e53696f55f.tar.bz2 gentoo-afee7580b2145934c2aeb6753f52b0e53696f55f.zip |
sci-electronics/petrify: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/petrify')
-rw-r--r-- | sci-electronics/petrify/petrify-4.2-r1.ebuild | 4 |
1 files 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 4620813921eb..ee66b2212e7f 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" |