sys-power/linux-tools-power-x86: fix dependency QA issues.

Closes: https://bugs.gentoo.org/933226
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2024-06-05 17:40:19 -04:00
parent b479757cbb
commit 421df1bd3a
2 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2013-2023 Gentoo Authors
# Copyright 2013-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,8 +17,12 @@ SLOT="0/0"
KEYWORDS="~amd64"
IUSE="pstate-tracer"
CDEPEND="dev-libs/libnl:3"
CDEPEND="
dev-libs/libnl:3
sys-libs/libcap
"
RDEPEND="
${CDEPEND}
pstate-tracer? (
${PYTHON_DEPS}
dev-python/gnuplot-py[${PYTHON_USEDEP}]

View File

@@ -1,4 +1,4 @@
# Copyright 2013-2023 Gentoo Authors
# Copyright 2013-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,8 +17,12 @@ SLOT="0/0"
KEYWORDS="~amd64"
IUSE="pstate-tracer"
CDEPEND="dev-libs/libnl:3"
CDEPEND="
dev-libs/libnl:3
sys-libs/libcap
"
RDEPEND="
${CDEPEND}
pstate-tracer? (
${PYTHON_DEPS}
dev-python/gnuplot-py[${PYTHON_USEDEP}]