sci-electronics/petrify: use PV in SRC_URI

Avoids mistakes on bumping and why not?

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-09-22 04:42:33 +01:00
parent 23de60d965
commit afee7580b2

View File

@@ -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"