public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpir/
Date: Mon, 11 Nov 2019 21:48:49 +0000 (UTC)	[thread overview]
Message-ID: <1573508922.298d3c36aed5cdb79508f1527944cf2e64bf8686.floppym@gentoo> (raw)

commit:     298d3c36aed5cdb79508f1527944cf2e64bf8686
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 21:48:10 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 21:48:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298d3c36

sci-libs/mpir: pass --with-yasm=/bin/false on non-x86 archs

Closes: https://bugs.gentoo.org/661430
Package-Manager: Portage-2.3.78_p18, Repoman-2.3.17_p114
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sci-libs/mpir/mpir-3.0.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild
index 9fd8a755b58..6efc062bb0a 100644
--- a/sci-libs/mpir/mpir-3.0.0.ebuild
+++ b/sci-libs/mpir/mpir-3.0.0.ebuild
@@ -59,12 +59,16 @@ src_configure() {
 	# beware that cpudetection aka fat binaries is x86/amd64 only.
 	# Place mpir in profiles/arch/$arch/package.use.mask
 	# when making it available on $arch.
-	local myeconfargs+=(
+	local myeconfargs=(
 		$(use_enable cxx)
 		$(use_enable cpudetection fat)
 		$(use_enable static-libs static)
 	)
-	econf ${myeconfargs[@]}
+	# https://bugs.gentoo.org/661430
+	if !use amd64 && !use x86; then
+		myeconfargs+=( --with-yasm=/bin/false )
+	fi
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {


             reply	other threads:[~2019-11-11 21:48 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-11 21:48 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-28  9:39 [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpir/ Sam James
2022-06-21 22:09 Sam James
2022-06-21 22:09 Sam James
2022-06-21 22:09 Sam James
2022-05-20  0:19 Sam James
2022-04-30 15:53 Marek Szuba
2021-03-01 19:51 Sergei Trofimovich
2021-02-28 21:34 Sam James
2021-02-27 10:08 Sam James
2021-02-27 10:07 Sam James
2021-02-26 21:59 Sam James
2020-08-17  7:56 Sergei Trofimovich
2020-06-28 22:06 Mike Gilbert
2019-05-02 22:02 Mikle Kolyada
2019-03-10 15:26 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2019-02-28 16:56 Mikle Kolyada
2019-01-17 20:45 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-05-01 10:48 Mikle Kolyada
2018-03-30 18:08 Sergei Trofimovich
2018-02-21 22:11 Michał Górny
2017-07-24 19:33 Sebastien Fabbro
2017-06-26 20:18 Tobias Klausmann
2017-05-26 10:16 Tobias Klausmann
2017-03-22 19:48 Markus Meier
2017-02-19  8:40 Markus Meier
2017-01-25  6:39 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573508922.298d3c36aed5cdb79508f1527944cf2e64bf8686.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox