From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/scheme48/
Date: Sat, 6 Nov 2021 09:21:04 +0000 (UTC) [thread overview]
Message-ID: <1636190453.3f33a4f294ba654fd5cf2584c9defba2d3ca2b44.hattya@gentoo> (raw)
commit: 3f33a4f294ba654fd5cf2584c9defba2d3ca2b44
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 09:15:33 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 09:20:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f33a4f2
dev-scheme/scheme48: do not call ar and ranlib directly
Closes: https://bugs.gentoo.org/724034
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild b/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild
index cc25b461daf..f8c9cd599d6 100644
--- a/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild
+++ b/dev-scheme/scheme48/scheme48-1.9.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit elisp-common epatch flag-o-matic
+inherit elisp-common epatch flag-o-matic toolchain-funcs
DESCRIPTION="Scheme48 is an implementation of the Scheme Programming Language"
HOMEPAGE="https://www.s48.org/"
@@ -21,7 +21,11 @@ SITEFILE=50scheme48-gentoo.el
src_prepare() {
epatch "${FILESDIR}"/CVE-2014-4150.patch
- sed -i "/# Cygwin/,/fi/d" Makefile.in
+ sed -i \
+ -e "/# Cygwin/,/fi/d" \
+ -e "s/\tar /\t$(tc-getAR) /" \
+ -e "s/\tranlib/\t$(tc-getRANLIB) /" \
+ Makefile.in
}
src_configure() {
next reply other threads:[~2021-11-06 9:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-06 9:21 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-06 14:45 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/scheme48/ Akinori Hattori
2021-11-06 9:21 Akinori Hattori
2021-11-06 9:21 Akinori Hattori
2021-11-06 9:21 Akinori Hattori
2021-01-06 22:31 Fabian Groffen
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=1636190453.3f33a4f294ba654fd5cf2584c9defba2d3ca2b44.hattya@gentoo \
--to=hattya@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