diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-05-17 22:57:25 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-05-17 22:57:25 -0700 |
commit | b662e546932907fa9991bed2588e81fd41a43862 (patch) | |
tree | a6f08013c50082addd87772d993b3270a69d7341 /dev-util/ply | |
parent | dev-lang/perl: Enforce toolchain `ar` in ./configure (diff) | |
download | gentoo-b662e546932907fa9991bed2588e81fd41a43862.tar.gz gentoo-b662e546932907fa9991bed2588e81fd41a43862.tar.bz2 gentoo-b662e546932907fa9991bed2588e81fd41a43862.zip |
dev-util/ply: Fix SRC_URI
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util/ply')
-rw-r--r-- | dev-util/ply/ply-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |