Created attachment 568164 [details] build.log See the attachment. Builds fine when USE="xcomposite" is enabled.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fff67833610ec044978b8c34e8a1f62d82a0afc commit 9fff67833610ec044978b8c34e8a1f62d82a0afc Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2019-03-08 11:39:57 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2019-03-08 11:46:18 +0000 x11-wm/e16: fix typo in REQUIRED_USE Closes: https://bugs.gentoo.org/679746 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> x11-wm/e16/e16-1.0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Glx support requires compositing to be enabled. The constraint was already there in REQUIRED_USE, but with a typo :/
*** Bug 679800 has been marked as a duplicate of this bug. ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1779b7710dd22de182b040241171b1b0b2908e commit 1a1779b7710dd22de182b040241171b1b0b2908e Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2019-03-08 20:09:19 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2019-03-08 20:13:57 +0000 x11-wm/e16: fix REQUIRED_USE block properly Commit 9fff67833610ec044978b8c34e8a1f62d82a0afc had not fixed bug 679746 properly: REQUIRED_USE block was still malformed due to typos, so bug 679800 emerged. Bug: https://bugs.gentoo.org/679746 Closes: https://bugs.gentoo.org/679800 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> x11-wm/e16/e16-1.0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Heh, I even took a look at the ebuild and didn't notice those typos ;) works now, thanks!