diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-08-25 07:25:05 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-08-25 07:25:26 -0700 |
commit | 56a0750d9ffc68d537dc6572f131d0cefa088c48 (patch) | |
tree | fddbd7ddc8557ba22cf476a696069c0055fbecd8 /dev-util/bcc | |
parent | www-client/chromium: beta channel bump to 85.0.4183.83 (diff) | |
download | gentoo-56a0750d9ffc68d537dc6572f131d0cefa088c48.tar.gz gentoo-56a0750d9ffc68d537dc6572f131d0cefa088c48.tar.bz2 gentoo-56a0750d9ffc68d537dc6572f131d0cefa088c48.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |