commit:     f92d679bb4e469a21c01dfbbc42da2a06ef23f82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 22:04:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 22:04:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92d679b

x11-wm/mutter: --buildtype -> -Dbuildtype for meson.eclass changes

Since b95ea11330e446d0deb89ca7d78356cb2a7d0d06, we need to do -Dbuildtype,
not --buildtype.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-wm/mutter/mutter-44.3.ebuild    | 4 ++--
 x11-wm/mutter/mutter-44.4.ebuild    | 4 ++--
 x11-wm/mutter/mutter-45.1.ebuild    | 4 ++--
 x11-wm/mutter/mutter-45.2-r1.ebuild | 2 +-
 x11-wm/mutter/mutter-45.2.ebuild    | 4 ++--
 x11-wm/mutter/mutter-9999.ebuild    | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11-wm/mutter/mutter-44.3.ebuild b/x11-wm/mutter/mutter-44.3.ebuild
index 00c6855daa5c..cd00690a208a 100644
--- a/x11-wm/mutter/mutter-44.3.ebuild
+++ b/x11-wm/mutter/mutter-44.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -164,7 +164,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

diff --git a/x11-wm/mutter/mutter-44.4.ebuild b/x11-wm/mutter/mutter-44.4.ebuild
index 93a17bb515c8..c8f15b620b6c 100644
--- a/x11-wm/mutter/mutter-44.4.ebuild
+++ b/x11-wm/mutter/mutter-44.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -164,7 +164,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

diff --git a/x11-wm/mutter/mutter-45.1.ebuild b/x11-wm/mutter/mutter-45.1.ebuild
index 47520c00fe82..2001a87c20cf 100644
--- a/x11-wm/mutter/mutter-45.1.ebuild
+++ b/x11-wm/mutter/mutter-45.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -162,7 +162,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild 
b/x11-wm/mutter/mutter-45.2-r1.ebuild
index 6c49d44d4b99..c91184e1b833 100644
--- a/x11-wm/mutter/mutter-45.2-r1.ebuild
+++ b/x11-wm/mutter/mutter-45.2-r1.ebuild
@@ -166,7 +166,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

diff --git a/x11-wm/mutter/mutter-45.2.ebuild b/x11-wm/mutter/mutter-45.2.ebuild
index 137933c8f503..d0956f00c924 100644
--- a/x11-wm/mutter/mutter-45.2.ebuild
+++ b/x11-wm/mutter/mutter-45.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -164,7 +164,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild
index 47520c00fe82..2001a87c20cf 100644
--- a/x11-wm/mutter/mutter-9999.ebuild
+++ b/x11-wm/mutter/mutter-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -162,7 +162,7 @@ src_configure() {
                # - https://bugs.gentoo.org/835786
                # - https://forums.gentoo.org/viewtopic-p-8695669.html
 
-               --buildtype $(usex debug debug plain)
+               -Dbuildtype=$(usex debug debug plain)
                -Dopengl=true
                $(meson_use wayland gles2)
                #gles2_libname

Reply via email to