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, 08 Jun 2021 17:14:50
Message-Id: 1623172474.5d35bf1ee08b512eb4ec1ff943aeee23f650ce5d.chutzpah@gentoo
1 commit: 5d35bf1ee08b512eb4ec1ff943aeee23f650ce5d
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 8 17:14:34 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 8 17:14:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d35bf1e
7
8 dev-util/bc-0.19.0-r1: Revbump, force libbpf-0.3 (bug #794694)
9
10 Closes: https://bugs.gentoo.org/794694
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-util/bcc/{bcc-0.19.0.ebuild => bcc-0.19.0-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/bcc/bcc-0.19.0.ebuild b/dev-util/bcc/bcc-0.19.0-r1.ebuild
18 similarity index 98%
19 rename from dev-util/bcc/bcc-0.19.0.ebuild
20 rename to dev-util/bcc/bcc-0.19.0-r1.ebuild
21 index c78faabac7b..c331a015d80 100644
22 --- a/dev-util/bcc/bcc-0.19.0.ebuild
23 +++ b/dev-util/bcc/bcc-0.19.0-r1.ebuild
24 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
25 lua? ( ${LUA_REQUIRED_USE} )"
26
27 RDEPEND="
28 - >=dev-libs/libbpf-0.3[static-libs(-)]
29 + ~dev-libs/libbpf-0.3:=[static-libs(-)]
30 >=sys-kernel/linux-headers-4.14
31 >=dev-libs/elfutils-0.166:=
32 <=sys-devel/clang-13:=