diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 14:49:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 14:49:32 +0100 |
commit | d6b594521223c317128fe54f652461fe2e0717ba (patch) | |
tree | 6a4463d7e25e50813515ed26522183098ecdad19 /sci-mathematics/pari | |
parent | x11-plugins/pidgin-sipe: Drop old (diff) | |
download | gentoo-d6b594521223c317128fe54f652461fe2e0717ba.tar.gz gentoo-d6b594521223c317128fe54f652461fe2e0717ba.tar.bz2 gentoo-d6b594521223c317128fe54f652461fe2e0717ba.zip |
sci-mathematics/pari: Fix typo
Thanks-to: Felix Janda <felix.janda@posteo.de>
Bug: https://bugs.gentoo.org/641942
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/pari-2.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.9.4.ebuild b/sci-mathematics/pari/pari-2.9.4.ebuild index 6e3bf66bb965..37593bb6748b 100644 --- a/sci-mathematics/pari/pari-2.9.4.ebuild +++ b/sci-mathematics/pari/pari-2.9.4.ebuild @@ -77,7 +77,7 @@ src_configure() { --with-ncurses-lib="${EPREFIX}"/usr/$(get_libdir) \ $(use_with fltk) \ $(use_with gmp) \ - --without-qt4 \ + --without-qt \ || die "./Configure failed" } |