Move {dev-util → dev-debug}/scap-driver

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34882
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-01-18 17:04:48 +01:00
parent a51d470ab9
commit 77f7d9823d
12 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
# for now pin the driver to the same ebuild version
PDEPEND="modules? ( =dev-util/scap-driver-${PV}* )"
PDEPEND="modules? ( =dev-debug/scap-driver-${PV}* )"
src_prepare() {
# manually apply patch to falcosecurity-libs dependency

View File

@@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
# for now pin the driver to the same ebuild version
PDEPEND="modules? ( =dev-util/scap-driver-${PV}* )"
PDEPEND="modules? ( =dev-debug/scap-driver-${PV}* )"
src_prepare() {
# manually apply patch to falcosecurity-libs dependency

View File

@@ -67,3 +67,4 @@ move dev-util/ltrace dev-debug/ltrace
move dev-util/strace dev-debug/strace
move dev-util/sysdig dev-debug/sysdig
move dev-util/systemtap dev-debug/systemtap
move dev-util/scap-driver dev-debug/scap-driver