Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Tue, 25 Aug 2020 14:25:34
Message-Id: 1598365526.56a0750d9ffc68d537dc6572f131d0cefa088c48.chutzpah@gentoo
1 commit: 56a0750d9ffc68d537dc6572f131d0cefa088c48
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Aug 25 14:25:05 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:25:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a0750d
7
8 dev-util/bcc-0.16.0: Fix SRC_URI
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-util/bcc/bcc-0.16.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild
18 index c246d266174..e1c3279fc72 100644
19 --- a/dev-util/bcc/bcc-0.16.0.ebuild
20 +++ b/dev-util/bcc/bcc-0.16.0.ebuild
21 @@ -10,7 +10,7 @@ inherit cmake linux-info llvm python-r1
22 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more"
23 HOMEPAGE="https://iovisor.github.io/bcc/"
24
25 -SRC_URI="https://github.com/iovisor/bcc/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 +SRC_URI="https://github.com/iovisor/bcc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0"