Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 814329

Summary: gui-apps/gtkgreet-9999 meson.build Value "true" (of type "string") for combo option "layershell" is not one of the choices
Product: Gentoo Linux Reporter: Zouhair <gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: brettalcox
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35545
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: package build

Description Zouhair 2021-09-22 09:52:39 UTC
Created attachment 740676 [details]
package build

Hi,

The gtkgreet-9999 package does not compile.

[ebuild  N    *] gui-apps/gtkgreet-9999::gentoo  USE="layershell man" 0 KiB

meson.build:1:0: ERROR: Value "true" (of type "string") for combo option "layershell" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".

build log attached.

Thanks.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-20 07:04:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c27d4f5b89aaa6ec1cc05e28c9d0c688648c5

commit 1e0c27d4f5b89aaa6ec1cc05e28c9d0c688648c5
Author:     Brett Alcox <brettalcox@gmail.com>
AuthorDate: 2024-02-26 22:10:44 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-04-20 06:59:00 +0000

    gui-apps/gtkgreet: fix live ebuild
    
    meson_use -> meson_feature
    
    Closes: https://bugs.gentoo.org/814329
    Signed-off-by: Brett Alcox <brettalcox@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35545
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++--
 gui-apps/gtkgreet/metadata.xml         | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)