summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-10-03 14:28:30 -0700
committerPatrick McLean <chutzpah@gentoo.org>2019-10-03 14:28:58 -0700
commitbcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0 (patch)
tree0d6becad1afdd81637715b9135b029a8b693f2c2 /dev-util
parentsys-boot/gnu-efi: Fix building with clang-9 (diff)
downloadgentoo-bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0.tar.gz
gentoo-bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0.tar.bz2
gentoo-bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0.zip
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bcc/bcc-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
index 1c0c1b972361..b213c5e2737b 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"