summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-12-29 12:12:37 -0500
committerMichael Orlitzky <mjo@gentoo.org>2019-12-29 12:12:37 -0500
commit4cad04f268de3167424dc4aaa930d0ba10353306 (patch)
tree391b75e9cd18e5c2840a47c0c4df41f46bea6aac /sci-mathematics/gp2c
parentsys-libs/libcap: Fixed HOMEPAGE (diff)
downloadgentoo-4cad04f268de3167424dc4aaa930d0ba10353306.tar.gz
gentoo-4cad04f268de3167424dc4aaa930d0ba10353306.tar.bz2
gentoo-4cad04f268de3167424dc4aaa930d0ba10353306.zip
sci-mathematics/gp2c: update pari version requirement in new revision.
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>
Diffstat (limited to 'sci-mathematics/gp2c')
-rw-r--r--sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild (renamed from sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
index d79631921fc5..51d76b1c279a 100644
--- a/sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild
+++ b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
@@ -17,7 +17,9 @@ RESTRICT="!test? ( test )"
# 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}"