diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-03 20:03:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-03 20:31:03 -0500 |
commit | f3d21f49a80bd3815ad05608a7dfb91807e09395 (patch) | |
tree | 9cd31f620580402f4c99e8f0a37f67b8766f56de /dev-util/sysprof | |
parent | dev-util/sysprof-capture: Don't install org.gnome.Sysprof3.Profiler.xml (diff) | |
download | gentoo-f3d21f49a80bd3815ad05608a7dfb91807e09395.tar.gz gentoo-f3d21f49a80bd3815ad05608a7dfb91807e09395.tar.bz2 gentoo-f3d21f49a80bd3815ad05608a7dfb91807e09395.zip |
dev-util/sysprof: Depend on dev-util/sysprof-common
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof')
-rw-r--r-- | dev-util/sysprof/sysprof-3.36.0-r1.ebuild (renamed from dev-util/sysprof/sysprof-3.36.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/sysprof/sysprof-3.36.0.ebuild b/dev-util/sysprof/sysprof-3.36.0-r1.ebuild index 25aaf9a9f76a..a759c6a7ec27 100644 --- a/dev-util/sysprof/sysprof-3.36.0.ebuild +++ b/dev-util/sysprof/sysprof-3.36.0-r1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" ) >=sys-auth/polkit-0.114 unwind? ( sys-libs/libunwind:= ) + >=dev-util/sysprof-common-${PV} >=dev-util/sysprof-capture-${PV}:${API_VERSION} " DEPEND="${RDEPEND}" @@ -43,7 +44,7 @@ src_prepare() { # These are installed by dev-util/sysprof-capture sed -i -e '/install/d' src/libsysprof-capture/meson.build || die sed -i -e 's/pkgconfig\.generate/subdir_done()\npkgconfig\.generate/' src/libsysprof-capture/meson.build || die - # We want to ship org.gnome.Sysprof3.Profiler.xml in sysprof-capture for the benefit of x11-wm/mutter + # We want to ship org.gnome.Sysprof3.Profiler.xml in sysprof-common for the benefit of x11-wm/mutter sed -i -e "s|if get_option('libsysprof')|if false|g" src/meson.build || die } |