Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gp2c/
Date: Sun, 29 Dec 2019 17:14:18
Message-Id: 1577639557.4cad04f268de3167424dc4aaa930d0ba10353306.mjo@gentoo
1 commit: 4cad04f268de3167424dc4aaa930d0ba10353306
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 17:12:37 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 17:12:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cad04f2
7
8 sci-mathematics/gp2c: update pari version requirement in new revision.
9
10 The src_configure phase for gp2c needs the pari.cfg file that only
11 newer versions of sci-mathematics/pari install. This was a pretty dumb
12 mistake for me to make, considering that I recently updated pari
13 precisely for this reason.
14
15 Closes: https://bugs.gentoo.org/704104
16 Package-Manager: Portage-2.3.79, Repoman-2.3.16
17 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
18
19 .../gp2c/{gp2c-0.0.11.2.ebuild => gp2c-0.0.11.2-r1.ebuild} | 4 +++-
20 1 file changed, 3 insertions(+), 1 deletion(-)
21
22 diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
23 similarity index 84%
24 rename from sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild
25 rename to sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
26 index d79631921fc..51d76b1c279 100644
27 --- a/sci-mathematics/gp2c/gp2c-0.0.11.2.ebuild
28 +++ b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild
29 @@ -17,7 +17,9 @@ RESTRICT="!test? ( test )"
30 # Perl is run on the build host to compile the descriptions in desc/,
31 # see for example desc/Makefile.am.
32 BDEPEND="dev-lang/perl"
33 -DEPEND="sci-mathematics/pari"
34 +
35 +# This is the first version of pari to put pari.cfg where we expect it.
36 +DEPEND=">=sci-mathematics/pari-2.11.2"
37 RDEPEND="${DEPEND}"
38
39 S="${WORKDIR}/${MY_P}"