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