summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin38969 -> 38967 bytes
-rw-r--r--eclass/toolchain.eclass2
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index c4083ec9cc87..43030007be3e 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ebe427e44169..b6e741cceb72 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -328,7 +328,7 @@ fi
if tc_has_feature systemtap ; then
# gcc needs sys/sdt.h headers on target
- DEPEND+=" systemtap? ( dev-util/systemtap )"
+ DEPEND+=" systemtap? ( dev-debug/systemtap )"
fi
if tc_has_feature zstd ; then