summaryrefslogtreecommitdiff
path: root/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild
diff options
context:
space:
mode:
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.ebuild16
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
-}