The src_configure phase for gp2c needs the pari.cfg file that only
newer versions of sci-mathematics/pari install. This was a pretty dumb
mistake for me to make, considering that I recently updated pari
precisely for this reason.
Closes: https://bugs.gentoo.org/704104
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
# Perl is run on the build host to compile the descriptions in desc/,
# see for example desc/Makefile.am.
BDEPEND="dev-lang/perl"
-DEPEND="sci-mathematics/pari"
+
+# This is the first version of pari to put pari.cfg where we expect it.
+DEPEND=">=sci-mathematics/pari-2.11.2"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"