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: Thu, 03 Oct 2019 21:29:11
Message-Id: 1570138138.bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0.chutzpah@gentoo
1 commit: bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Oct 3 21:28:30 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 21:28:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb2636c
7
8 dev-util/bcc: Fix github download URI (bug #696150)
9
10 Closes: https://bugs.gentoo.org/696150
11 Copyright: Sony Interactive Entertainment Inc.
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
14
15 dev-util/bcc/bcc-0.11.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
19 index 1c0c1b97236..b213c5e2737 100644
20 --- a/dev-util/bcc/bcc-0.11.0.ebuild
21 +++ b/dev-util/bcc/bcc-0.11.0.ebuild
22 @@ -16,7 +16,7 @@ HOMEPAGE="https://iovisor.github.io/bcc/"
23 # This bundles libbpf, I tried to unbundle it, but I am not good enough
24 # with cmake to do it. Patches accepted...
25 SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
26 - https://github.com/libbpf/libbpf/archive/${LIBBPF_VER}.tar.gz -> libbpf-${LIBBPF_VER}.tar.gz"
27 + https://github.com/libbpf/libbpf/archive/v${LIBBPF_VER}.tar.gz -> libbpf-${LIBBPF_VER}.tar.gz"
28
29 LICENSE="Apache-2.0"
30 SLOT="0"