commit: b83da5f98c0f4d43d290e65a634fdaad75820c99 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 13 16:46:13 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 16:46:13 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=b83da5f9
add a variant build that doesn't build wayland Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../milou/gnome-23/portage/variants/nowayland/package.use/nowayland | 5 +++++ .../gnome-v3-23/portage/variants/nowayland/package.use/nowayland | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/builders/milou/gnome-23/portage/variants/nowayland/package.use/nowayland b/builders/milou/gnome-23/portage/variants/nowayland/package.use/nowayland new file mode 100644 index 0000000..3e192a2 --- /dev/null +++ b/builders/milou/gnome-23/portage/variants/nowayland/package.use/nowayland @@ -0,0 +1,5 @@ +*/* -wayland +media-gfx/blender -gnome + +# automagic dependency workaround fixed in ~arch +media-libs/clutter-gtk wayland diff --git a/builders/milou/gnome-v3-23/portage/variants/nowayland/package.use/nowayland b/builders/milou/gnome-v3-23/portage/variants/nowayland/package.use/nowayland new file mode 100644 index 0000000..3e192a2 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/nowayland/package.use/nowayland @@ -0,0 +1,5 @@ +*/* -wayland +media-gfx/blender -gnome + +# automagic dependency workaround fixed in ~arch +media-libs/clutter-gtk wayland
