diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-03 19:59:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-03 20:31:02 -0500 |
commit | 7c1c769f789d5afe44d2f07c954c3e72681eefc5 (patch) | |
tree | 2831a64c6167042f442b4efdbeb5528343ec77f7 /dev-util/sysprof-capture | |
parent | dev-util/sysprof-common: Add package (diff) | |
download | gentoo-7c1c769f789d5afe44d2f07c954c3e72681eefc5.tar.gz gentoo-7c1c769f789d5afe44d2f07c954c3e72681eefc5.tar.bz2 gentoo-7c1c769f789d5afe44d2f07c954c3e72681eefc5.zip |
dev-util/sysprof-capture: Don't install org.gnome.Sysprof3.Profiler.xml
Will now be provided by dev-util/sysprof-common.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof-capture')
-rw-r--r-- | dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild (renamed from dev-util/sysprof-capture/sysprof-capture-3.36.0.ebuild) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-util/sysprof-capture/sysprof-capture-3.36.0.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild index 42316cefd30a..f5767d87f270 100644 --- a/dev-util/sysprof-capture/sysprof-capture-3.36.0.ebuild +++ b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild @@ -23,12 +23,6 @@ BDEPEND=" virtual/pkgconfig " -src_prepare() { - default - # We want to ship org.gnome.Sysprof3.Profiler.xml here for the benefit of x11-wm/mutter - sed -i -e "s|if get_option('libsysprof')|if true|g" src/meson.build || die -} - src_configure() { local emesonargs=( -Denable_gtk=false |