Created attachment 687057 [details] Log build When I updated awesome-9999 with latest ebuild, I can't build it with dbus IUSE (see log in attachment). For awesome-9999 ebuild, we must set value of WITH_DBUS is ON/OFF/AUTO. I searched on git log of ebuild and I see that after this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/x11-wm/awesome?id=fbdc76f4b34925b76ddc9ca71b93db76f02a5560, WITH_DBUS was changed to yes value. After I test by change -DWITH_DBUS=$(usex dbus ON OFF), build successfully. We should revert it.
Please don't CC developers, bug-wranglers will take care of that as-needed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744e338ebea45f79dceaa066d6f1a8f8861030dd commit 744e338ebea45f79dceaa066d6f1a8f8861030dd Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2021-02-23 09:30:24 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2021-02-23 09:32:13 +0000 x11-wm/awesome-9999: override return values of 'usex dbus' again ...this time with a comment so that it is clear that this is intentional rather than sloppy ebuild writing. Closes: https://bugs.gentoo.org/771018 Signed-off-by: Marek Szuba <marecki@gentoo.org> x11-wm/awesome/awesome-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)