mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user