commit:     c7fca1e78622356c562e049cc1aa4ebfd3b456f0
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 22:06:26 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 22:06:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fca1e7

sci-libs/mpir: fix bash syntax

Closes: https://bugs.gentoo.org/725554
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sci-libs/mpir/mpir-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild
index dd1e6cc41e8..b22fb7b3603 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[@]}"

Reply via email to