From: Zac Medico Date: Mon, 18 May 2020 05:57:25 +0000 (-0700) Subject: dev-util/ply: Fix SRC_URI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b662e546932907fa9991bed2588e81fd41a43862;p=gentoo.git dev-util/ply: Fix SRC_URI Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico --- diff --git a/dev-util/ply/ply-2.1.1.ebuild b/dev-util/ply/ply-2.1.1.ebuild index d9e8cefdd72a..3721bd7bdb01 100644 --- a/dev-util/ply/ply-2.1.1.ebuild +++ b/dev-util/ply/ply-2.1.1.ebuild @@ -7,7 +7,7 @@ inherit autotools linux-info DESCRIPTION="Dynamic instrumentation of the Linux kernel with BPF and kprobes" HOMEPAGE="https://github.com/iovisor/ply" -SRC_URI="https://github.com/iovisor/ply/archive/${P}.tar.gz" +SRC_URI="https://github.com/iovisor/ply/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"