From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rngstreams/
Date: Sat, 3 Dec 2022 06:06:22 +0000 (UTC) [thread overview]
Message-ID: <1670047568.804adb0c1765b8cc1a17fa4678febe59668c17dd.sam@gentoo> (raw)
commit: 804adb0c1765b8cc1a17fa4678febe59668c17dd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 05:07:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 06:06:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804adb0c
sci-mathematics/rngstreams: workaround configure w/ non-bash
Closes: https://bugs.gentoo.org/818532
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
index cf74c8bf763f..9862255db855 100644
--- a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
+++ b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,8 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples"
my_src_configure() {
- econf --enable-shared --disable-static
+ # bash for bug #818532
+ CONFIG_SHELL="${BROOT}"/bin/bash econf --enable-shared --disable-static
}
my_src_install_all() {
next reply other threads:[~2022-12-03 6:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-03 6:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-03 6:06 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rngstreams/ Sam James
2019-12-07 23:37 David Seifert
2017-11-25 17:42 David Seifert
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=1670047568.804adb0c1765b8cc1a17fa4678febe59668c17dd.sam@gentoo \
--to=sam@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