commit: 517246299aeb2eae1a694e5b484b9dc0f6d5a53f Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Sep 17 17:39:49 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Sep 17 18:01:36 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=51724629
add variant: slim packages that try to disable a variety in one Many packages have multiple USE flags which we disable in dedicated runs, build the combination of disabling them together. Also start to collect specific instances of overly specific flags that nonetheless are desirable to disable. In particular, libreoffice can do presentations with embedded video support, dragging in gstreamer by default, or pull in your Evolution address book, which is amazingly hefty. Also builds the firefox "no pulseaudio *or* wayland" combo. :) Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> builders/milou/gnome-23/portage/variants/slim/package.use/slim2 | 3 +++ builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 b/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 new file mode 100644 index 0000000..0285790 --- /dev/null +++ b/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 @@ -0,0 +1,3 @@ +*/* -bluetooth -gnome-online-accounts -pulseaudio -wayland +app-office/libreoffice -eds -gstreamer +media-gfx/blender -gnome diff --git a/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 b/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 new file mode 100644 index 0000000..0285790 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 @@ -0,0 +1,3 @@ +*/* -bluetooth -gnome-online-accounts -pulseaudio -wayland +app-office/libreoffice -eds -gstreamer +media-gfx/blender -gnome
