diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
index d1e8a7af6f..cdca86cd71 100644
--- a/profiles/updates/2Q-2022
+++ b/profiles/updates/2Q-2022
@@ -6,3 +6,5 @@ move net-misc/bee-node net-misc/bee
move kde-misc/skanpage media-gfx/skanpage
move sys-cluster/KVTree dev-libs/KVTree
move sys-cluster/shuffile dev-libs/shuffile
+move sys-cluster/dyninst dev-libs/dyninst
+
diff --git a/sys-cluster/extrae/extrae-4.0.1.ebuild b/sys-cluster/extrae/extrae-4.0.1.ebuild
index 2bdfd8adc7..83a8203a5d 100644
--- a/sys-cluster/extrae/extrae-4.0.1.ebuild
+++ b/sys-cluster/extrae/extrae-4.0.1.ebuild
@@ -43,8 +43,8 @@ CDEPEND="
clustering? ( sys-cluster/clusteringsuite[treedbscan] )
dyninst? (
dev-libs/boost:=
+ dev-libs/dyninst
dev-libs/libdwarf
- sys-cluster/dyninst
virtual/libelf
)
inotify? ( dev-libs/libevent )
diff --git a/sys-cluster/extrae/metadata.xml b/sys-cluster/extrae/metadata.xml
index 88f0296301..799f19b89b 100644
--- a/sys-cluster/extrae/metadata.xml
+++ b/sys-cluster/extrae/metadata.xml
@@ -22,7 +22,7 @@ process). Extrae generates trace files that can be later visualized with sys-clu
Generates the documentation of this instrumentation package
Use dlsym instead of PMPI
- Build with sys-cluster/dyninst
+ Build with dev-libs/dyninst
Enable support for heterogeneous tracing
Enable inotify support
Enable support for tracing Java. This is necessary to create the connectors between |TRACE| and Java applications.