From 56a0750d9ffc68d537dc6572f131d0cefa088c48 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 25 Aug 2020 07:25:05 -0700 Subject: dev-util/bcc-0.16.0: Fix SRC_URI Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick McLean --- dev-util/bcc/bcc-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/bcc/bcc-0.16.0.ebuild') diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild index c246d266174e..e1c3279fc72e 100644 --- a/dev-util/bcc/bcc-0.16.0.ebuild +++ b/dev-util/bcc/bcc-0.16.0.ebuild @@ -10,7 +10,7 @@ inherit cmake linux-info llvm python-r1 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more" HOMEPAGE="https://iovisor.github.io/bcc/" -SRC_URI="https://github.com/iovisor/bcc/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/iovisor/bcc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -- cgit v1.2.3-65-gdbad