diff options
Diffstat (limited to 'sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild')
-rw-r--r-- | sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild index 51d76b1c279a..b7314146b675 100644 --- a/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild +++ b/sci-mathematics/gp2c/gp2c-0.0.11.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -src_configure(){ +src_configure() { econf --with-paricfg="${EPREFIX}/usr/share/pari/pari.cfg" } |