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
This commit is contained in:
Andreas Sturmlechner
2018-01-14 14:49:10 +01:00
parent 8201b09a8b
commit d6b5945212

View File

@@ -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"
}