diff options
Diffstat (limited to 'sci-libs/mpir/mpir-3.0.0.ebuild')
-rw-r--r-- | sci-libs/mpir/mpir-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild index dd1e6cc41e80..b22fb7b36036 100644 --- a/sci-libs/mpir/mpir-3.0.0.ebuild +++ b/sci-libs/mpir/mpir-3.0.0.ebuild @@ -65,7 +65,7 @@ src_configure() { $(use_enable static-libs static) ) # https://bugs.gentoo.org/661430 - if !use amd64 && !use x86; then + if ! use amd64 && ! use x86; then myeconfargs+=( --with-yasm=/bin/false ) fi econf "${myeconfargs[@]}" |