summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-27 18:07:11 -0700
committerMatt Turner <mattst88@gentoo.org>2021-06-03 18:14:08 -0700
commit01f695d14294c9086e752a8fe93fd150022eeadc (patch)
tree417410ac6c4de50f46d95cab6cbc14982c438a10 /dev-util
parentdev-libs/wayland: Switch to meson-multilib (diff)
downloadgentoo-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')
-rw-r--r--dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild16
-rw-r--r--dev-util/sysprof-capture/sysprof-capture-3.38.1-r1.ebuild14
2 files changed, 3 insertions, 27 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
-}
diff --git a/dev-util/sysprof-capture/sysprof-capture-3.38.1-r1.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.38.1-r1.ebuild
index 8675bfec8026..0c08f4b82662 100644
--- a/dev-util/sysprof-capture/sysprof-capture-3.38.1-r1.ebuild
+++ b/dev-util/sysprof-capture/sysprof-capture-3.38.1-r1.ebuild
@@ -4,7 +4,7 @@
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/"
@@ -37,15 +37,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
-}