summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-27 18:22:19 -0700
committerMatt Turner <mattst88@gentoo.org>2021-06-03 18:14:12 -0700
commit69a8ffb6895a618c60bc5350490658ffe61c266d (patch)
treedf44c2ea51e612a5dd2ad0fc89feda282c6aee5c /net-libs/glib-networking
parentmedia-video/pipewire: Switch to meson-multilib (diff)
downloadgentoo-69a8ffb6895a618c60bc5350490658ffe61c266d.tar.gz
gentoo-69a8ffb6895a618c60bc5350490658ffe61c266d.tar.bz2
gentoo-69a8ffb6895a618c60bc5350490658ffe61c266d.zip
net-libs/glib-networking: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/glib-networking')
-rw-r--r--net-libs/glib-networking/glib-networking-2.68.1.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/net-libs/glib-networking/glib-networking-2.68.1.ebuild b/net-libs/glib-networking/glib-networking-2.68.1.ebuild
index da5cbc70b9ce..566f954f9f9b 100644
--- a/net-libs/glib-networking/glib-networking-2.68.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.68.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit gnome.org gnome2-utils meson multilib-minimal xdg
+inherit gnome.org gnome2-utils meson-multilib xdg
DESCRIPTION="Network-related giomodules for glib"
HOMEPAGE="https://gitlab.gnome.org/GNOME/glib-networking"
@@ -55,14 +55,6 @@ multilib_src_configure() {
meson_src_configure
}
-multilib_src_compile() {
- meson_src_compile
-}
-
-multilib_src_install() {
- meson_src_install
-}
-
multilib_src_test() {
dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
}