From: Michael Orlitzky Date: Mon, 4 Dec 2023 00:49:49 +0000 (-0500) Subject: sage.sh: don't force the system backcall X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=e225e0d59b33731b86e8d452209a94a2377e2372 sage.sh: don't force the system backcall It's masked in Gentoo and no longer needed by ipython. We can deal with the SPKG for a few weeks until the Sage packaging catches up. --- diff --git a/sage.sh b/sage.sh index b93f895..3b063ad 100644 --- a/sage.sh +++ b/sage.sh @@ -48,7 +48,6 @@ sage-configure() { --with-system-arb=force \ --with-system-asttokens=force \ --with-system-attrs=force \ - --with-system-backcall=force \ --with-system-beniget=force \ --with-system-boost_cropped=force \ --with-system-brial=force \