commit: 31e2d8930ed49ca1e5c2c35ec373bdf19b9fd2f9 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jan 22 18:49:15 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 18:49:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e2d893
gnome-base/gnome-settings-daemon: backport meson-0.61 fix to stable Bug: https://bugs.gentoo.org/831431 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> .../gnome-settings-daemon/gnome-settings-daemon-40.0.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.1-r1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.1-r1.ebuild index 5ad49d3f30c6..b355aaa5d382 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.1-r1.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -93,6 +93,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.38.1-build-Allow-NM-optional-on-Linux.patch "${FILESDIR}"/${PN}-3.38.1-Allow-udev-optional-on-Linux.patch "${FILESDIR}"/gnome-settings-daemon-40.0.1-build-fix-str-bool-comparison.patch + "${FILESDIR}"/gnome-settings-daemon-41.0-meson-0.61-build.patch ) python_check_deps() {
