commit: ebc3b7f70786820d925b51be40cbb32fd0344023 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Nov 26 06:01:54 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Nov 26 06:04:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=ebc3b7f7
milou: fix required USE for package that fails on baseline A blender USE dependency only supports -v2 systems and on, so disable that USE flag. Not great that it mismatches the default USE which users have, but it is what it is. Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> builders/milou/gnome-23/portage/package.use/baseline-cpu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builders/milou/gnome-23/portage/package.use/baseline-cpu b/builders/milou/gnome-23/portage/package.use/baseline-cpu new file mode 100644 index 0000000..c433a7e --- /dev/null +++ b/builders/milou/gnome-23/portage/package.use/baseline-cpu @@ -0,0 +1,3 @@ +# the default USE requires a dependency that is only available with +# CPU_FLAGS_X86 that are not available on the baseline builds +media-gfx/blender -openpgl
