commit: 5f6d741beadf92d2546dc648ce48c7d4dc8abbde Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Jun 14 07:39:51 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue Jun 14 08:00:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f6d741b
sys-cluster/extrae: move dyninst to dev-libs Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> profiles/updates/2Q-2022 | 2 ++ sys-cluster/extrae/extrae-4.0.1.ebuild | 2 +- sys-cluster/extrae/metadata.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022 index d1e8a7af6..cdca86cd7 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 2bdfd8adc..83a8203a5 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 88f029630..799f19b89 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 <!--<flag name="cupti">CUPTI is used to instrument CUDA calls</flag>--> <flag name="doc">Generates the documentation of this instrumentation package</flag> <flag name="dlsym">Use dlsym instead of PMPI</flag> - <flag name="dyninst">Build with <pkg>sys-cluster/dyninst</pkg></flag> + <flag name="dyninst">Build with <pkg>dev-libs/dyninst</pkg></flag> <flag name="heterogeneous">Enable support for heterogeneous tracing</flag> <flag name="inotify">Enable inotify support</flag> <flag name="java">Enable support for tracing Java. This is necessary to create the connectors between |TRACE| and Java applications.</flag>