commit: 5aab9211c41233733369fac444c9010507bbef97 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Nov 23 00:54:24 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Nov 23 00:54:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aab9211
profiles/base: force USE=gui for =sci-mathematics/giac-1.9.0.67 Not a real fix but will avoid build failures on ~arch in the meantime. Bug: https://bugs.gentoo.org/916718 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/base/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 19ab2087605d..900a336bfd2b 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <[email protected]> (2023-11-22) +# USE=-gui is broken in this and the subsequent version (bug +# 916718). Package is a PITA: the maintainer is combative, and the +# issue tracker is a French-language forum that never sends me +# confirmation emails when I try to sign up. +=sci-mathematics/giac-1.9.0.67 gui + # Matt Turner <[email protected]> (2023-09-18) # Disabling gstreamer seems to be untested upstream and is often broken. # The gstreamer dependencies are trivial in compile time and disk usage
