commit: 56a0750d9ffc68d537dc6572f131d0cefa088c48 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Tue Aug 25 14:25:05 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Aug 25 14:25:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a0750d
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 <chutzpah <AT> gentoo.org> dev-util/bcc/bcc-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild index c246d266174..e1c3279fc72 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"
