From 1e0c27d4f5b89aaa6ec1cc05e28c9d0c688648c5 Mon Sep 17 00:00:00 2001 From: Brett Alcox Date: Mon, 26 Feb 2024 16:10:44 -0600 Subject: [PATCH] gui-apps/gtkgreet: fix live ebuild meson_use -> meson_feature Closes: https://bugs.gentoo.org/814329 Signed-off-by: Brett Alcox Closes: https://github.com/gentoo/gentoo/pull/35545 Signed-off-by: Joonas Niilola --- gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++-- gui-apps/gtkgreet/metadata.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild index 185ef3ffd2df3..36f11264ecb07 100644 --- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,7 +39,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch ) src_configure() { local emesonargs=( $(meson_feature man man-pages) - $(meson_use layershell) + $(meson_feature layershell) ) meson_src_configure } diff --git a/gui-apps/gtkgreet/metadata.xml b/gui-apps/gtkgreet/metadata.xml index b8a743ee7f70e..e4f8dcd214df9 100644 --- a/gui-apps/gtkgreet/metadata.xml +++ b/gui-apps/gtkgreet/metadata.xml @@ -1,7 +1,14 @@ - + + brettalcox@gmail.com + Brett Alcox + + + proxy-maint@gentoo.org + Proxy Maintainers + Enable layer shell support