Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftool/
Date: Tue, 14 Sep 2021 06:28:38
Message-Id: 1631600898.06adeb615141b3b507ea523b91f9ea5aa9d6ced5.jsmolic@gentoo
1 commit: 06adeb615141b3b507ea523b91f9ea5aa9d6ced5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 06:28:11 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 06:28:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06adeb61
7
8 dev-util/bpftool: Inherit python-any-r1
9
10 Closes: https://bugs.gentoo.org/813023
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-util/bpftool/bpftool-5.12.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/bpftool/bpftool-5.12.ebuild b/dev-util/bpftool/bpftool-5.12.ebuild
17 index a5d21696992..2d687e71907 100644
18 --- a/dev-util/bpftool/bpftool-5.12.ebuild
19 +++ b/dev-util/bpftool/bpftool-5.12.ebuild
20 @@ -3,7 +3,8 @@
21
22 EAPI=8
23
24 -inherit estack linux-info optfeature toolchain-funcs
25 +PYTHON_COMPAT=( python3_{8..10} )
26 +inherit estack linux-info optfeature python-any-r1 toolchain-funcs
27
28 MY_PV="${PV/_/-}"
29 MY_PV="${MY_PV/-pre/-git}"
30 @@ -39,6 +40,7 @@ DEPEND="
31 "
32 BDEPEND="
33 ${LINUX_PATCH+dev-util/patchutils}
34 + ${PYTHON_DEPS}
35 dev-python/docutils
36 "