Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Sun, 29 Dec 2019 09:56:30
Message-Id: 1577613320.0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf.soap@gentoo
1 commit: 0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 09:55:20 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 09:55:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa06ba9
7
8 dev-util/bcc: [QA] Remove explicit python-utils-r1 inherit
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/bcc/bcc-0.10.0.ebuild | 2 +-
14 dev-util/bcc/bcc-0.11.0.ebuild | 2 +-
15 dev-util/bcc/bcc-0.12.0-r1.ebuild | 2 +-
16 dev-util/bcc/bcc-0.6.0.ebuild | 2 +-
17 dev-util/bcc/bcc-0.7.0.ebuild | 2 +-
18 dev-util/bcc/bcc-0.9.0-r1.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-util/bcc/bcc-0.10.0.ebuild b/dev-util/bcc/bcc-0.10.0.ebuild
22 index e58cc92b1c9..f73ae817ffc 100644
23 --- a/dev-util/bcc/bcc-0.10.0.ebuild
24 +++ b/dev-util/bcc/bcc-0.10.0.ebuild
25 @@ -5,7 +5,7 @@ EAPI=7
26
27 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
28
29 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
30 +inherit cmake-utils linux-info python-single-r1
31
32 EGIT_COMMIT="v${PV}"
33 LIBBPF_VER="0.0.3"
34
35 diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
36 index b213c5e2737..0cad9aaa0c6 100644
37 --- a/dev-util/bcc/bcc-0.11.0.ebuild
38 +++ b/dev-util/bcc/bcc-0.11.0.ebuild
39 @@ -5,7 +5,7 @@ EAPI=7
40
41 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
42
43 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
44 +inherit cmake-utils linux-info python-single-r1
45
46 EGIT_COMMIT="v${PV}"
47 LIBBPF_VER="0.0.5"
48
49 diff --git a/dev-util/bcc/bcc-0.12.0-r1.ebuild b/dev-util/bcc/bcc-0.12.0-r1.ebuild
50 index cb592d045bd..bf1a36dc327 100644
51 --- a/dev-util/bcc/bcc-0.12.0-r1.ebuild
52 +++ b/dev-util/bcc/bcc-0.12.0-r1.ebuild
53 @@ -5,7 +5,7 @@ EAPI=7
54
55 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
56
57 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
58 +inherit cmake-utils linux-info python-single-r1
59
60 EGIT_COMMIT="v${PV}"
61 LIBBPF_VER="0.0.6"
62
63 diff --git a/dev-util/bcc/bcc-0.6.0.ebuild b/dev-util/bcc/bcc-0.6.0.ebuild
64 index 4e1d37a74c9..82dc2ae8f4a 100644
65 --- a/dev-util/bcc/bcc-0.6.0.ebuild
66 +++ b/dev-util/bcc/bcc-0.6.0.ebuild
67 @@ -5,7 +5,7 @@ EAPI=6
68
69 PYTHON_COMPAT=( python2_7 python3_{5,6} )
70
71 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
72 +inherit cmake-utils linux-info python-single-r1
73
74 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more"
75 HOMEPAGE="https://iovisor.github.io/bcc/"
76
77 diff --git a/dev-util/bcc/bcc-0.7.0.ebuild b/dev-util/bcc/bcc-0.7.0.ebuild
78 index 9d6fc4908eb..e246eb85988 100644
79 --- a/dev-util/bcc/bcc-0.7.0.ebuild
80 +++ b/dev-util/bcc/bcc-0.7.0.ebuild
81 @@ -5,7 +5,7 @@ EAPI=6
82
83 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
84
85 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
86 +inherit cmake-utils linux-info python-single-r1
87
88 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more"
89 HOMEPAGE="https://iovisor.github.io/bcc/"
90
91 diff --git a/dev-util/bcc/bcc-0.9.0-r1.ebuild b/dev-util/bcc/bcc-0.9.0-r1.ebuild
92 index 1f720a826ce..02d1a7b9f34 100644
93 --- a/dev-util/bcc/bcc-0.9.0-r1.ebuild
94 +++ b/dev-util/bcc/bcc-0.9.0-r1.ebuild
95 @@ -5,7 +5,7 @@ EAPI=7
96
97 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
98
99 -inherit cmake-utils linux-info python-single-r1 python-utils-r1
100 +inherit cmake-utils linux-info python-single-r1
101
102 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more"
103 HOMEPAGE="https://iovisor.github.io/bcc/"