diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-27 18:07:11 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-06-03 18:14:08 -0700 |
commit | 01f695d14294c9086e752a8fe93fd150022eeadc (patch) | |
tree | 417410ac6c4de50f46d95cab6cbc14982c438a10 /dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild | |
parent | dev-libs/wayland: Switch to meson-multilib (diff) | |
download | gentoo-01f695d14294c9086e752a8fe93fd150022eeadc.tar.gz gentoo-01f695d14294c9086e752a8fe93fd150022eeadc.tar.bz2 gentoo-01f695d14294c9086e752a8fe93fd150022eeadc.zip |
dev-util/sysprof-capture: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild')
-rw-r--r-- | dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild index 9eade9326177..7e9b683b3d3f 100644 --- a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild +++ b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GNOME_ORG_MODULE="sysprof" -inherit gnome.org meson multilib-minimal systemd +inherit gnome.org meson-multilib systemd DESCRIPTION="Static library for sysprof capture data generation" HOMEPAGE="http://sysprof.com/" @@ -35,15 +35,3 @@ multilib_src_configure() { ) meson_src_configure } - -multilib_src_compile() { - meson_src_compile -} - -multilib_src_test() { - meson_src_test -} - -multilib_src_install() { - meson_src_install -} |