diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:20 +0100 |
commit | 0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf (patch) | |
tree | 72dabd9830136ed79f0fa907afa69555bc5c5942 /dev-util/bcc | |
parent | dev-util/android-tools: [QA] Remove explicit python-utils-r1 inherit (diff) | |
download | gentoo-0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf.tar.gz gentoo-0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf.tar.bz2 gentoo-0fa06ba93ee0c7f2489cba4f57dddc8ee107eedf.zip |
dev-util/bcc: [QA] Remove explicit python-utils-r1 inherit
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.12.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/bcc/bcc-0.9.0-r1.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/bcc/bcc-0.10.0.ebuild b/dev-util/bcc/bcc-0.10.0.ebuild index e58cc92b1c9b..f73ae817ffc7 100644 --- a/dev-util/bcc/bcc-0.10.0.ebuild +++ b/dev-util/bcc/bcc-0.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 EGIT_COMMIT="v${PV}" LIBBPF_VER="0.0.3" diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild index b213c5e2737b..0cad9aaa0c69 100644 --- a/dev-util/bcc/bcc-0.11.0.ebuild +++ b/dev-util/bcc/bcc-0.11.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 EGIT_COMMIT="v${PV}" LIBBPF_VER="0.0.5" diff --git a/dev-util/bcc/bcc-0.12.0-r1.ebuild b/dev-util/bcc/bcc-0.12.0-r1.ebuild index cb592d045bd2..bf1a36dc3274 100644 --- a/dev-util/bcc/bcc-0.12.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.12.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 EGIT_COMMIT="v${PV}" LIBBPF_VER="0.0.6" diff --git a/dev-util/bcc/bcc-0.6.0.ebuild b/dev-util/bcc/bcc-0.6.0.ebuild index 4e1d37a74c91..82dc2ae8f4a7 100644 --- a/dev-util/bcc/bcc-0.6.0.ebuild +++ b/dev-util/bcc/bcc-0.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more" HOMEPAGE="https://iovisor.github.io/bcc/" diff --git a/dev-util/bcc/bcc-0.7.0.ebuild b/dev-util/bcc/bcc-0.7.0.ebuild index 9d6fc4908ebe..e246eb859886 100644 --- a/dev-util/bcc/bcc-0.7.0.ebuild +++ b/dev-util/bcc/bcc-0.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more" HOMEPAGE="https://iovisor.github.io/bcc/" diff --git a/dev-util/bcc/bcc-0.9.0-r1.ebuild b/dev-util/bcc/bcc-0.9.0-r1.ebuild index 1f720a826ce8..02d1a7b9f345 100644 --- a/dev-util/bcc/bcc-0.9.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.9.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit cmake-utils linux-info python-single-r1 python-utils-r1 +inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more" HOMEPAGE="https://iovisor.github.io/bcc/" |