From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gap/
Date: Mon, 22 Jan 2024 11:29:36 +0000 (UTC) [thread overview]
Message-ID: <1705922965.0f2e12f7aa02ef63b84cfc748d851a9044e55b76.mjo@gentoo> (raw)
commit: 0f2e12f7aa02ef63b84cfc748d851a9044e55b76
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 00:39:28 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 11:29:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2e12f7
sci-mathematics/gap: use a bash array for econf args
Suggested-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/gap/gap-4.12.2-r3.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/sci-mathematics/gap/gap-4.12.2-r3.ebuild b/sci-mathematics/gap/gap-4.12.2-r3.ebuild
index 2ccaded522a5..d44da14dfd8a 100644
--- a/sci-mathematics/gap/gap-4.12.2-r3.ebuild
+++ b/sci-mathematics/gap/gap-4.12.2-r3.ebuild
@@ -97,15 +97,17 @@ src_prepare() {
src_configure() {
# We unset $ABI because GAP uses it internally for something else.
# --without-gmp and --without-zlib both trigger an AC_MSG_ERROR
- econf \
- ABI="" \
- --with-gmp \
- --with-zlib \
- $(use_enable cpu_flags_x86_popcnt popcnt) \
- $(use_enable memcheck memory-checking) \
- $(use_enable valgrind) \
- $(use_with readline) \
+ local myeconfargs=(
+ ABI=""
+ --with-gmp
+ --with-zlib
+ $(use_enable cpu_flags_x86_popcnt popcnt)
+ $(use_enable memcheck memory-checking)
+ $(use_enable valgrind)
+ $(use_with readline)
$(use_enable debug)
+ )
+ econf "${myeconfargs[@]}"
}
src_compile() {
next reply other threads:[~2024-01-22 11:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 11:29 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 19:34 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gap/ Michael Orlitzky
2024-07-14 22:52 Michael Orlitzky
2024-07-14 22:45 Sam James
2024-06-14 1:31 Michael Orlitzky
2024-05-08 7:33 Joonas Niilola
2024-03-19 20:50 Michael Orlitzky
2024-02-20 23:41 Michael Orlitzky
2024-02-07 21:19 Michael Orlitzky
2024-01-22 11:29 Michael Orlitzky
2024-01-22 11:29 Michael Orlitzky
2024-01-22 11:29 Michael Orlitzky
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=1705922965.0f2e12f7aa02ef63b84cfc748d851a9044e55b76.mjo@gentoo \
--to=mjo@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