commit: f3d21f49a80bd3815ad05608a7dfb91807e09395
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 01:03:14 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 01:31:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d21f49
dev-util/sysprof: Depend on dev-util/sysprof-common
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/sysprof/{sysprof-3.36.0.ebuild => sysprof-3.36.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-util/sysprof/sysprof-3.36.0.ebuild
b/dev-util/sysprof/sysprof-3.36.0-r1.ebuild
similarity index 94%
rename from dev-util/sysprof/sysprof-3.36.0.ebuild
rename to dev-util/sysprof/sysprof-3.36.0-r1.ebuild
index 25aaf9a9f76..a759c6a7ec2 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
}