public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/cdb/
Date: Wed, 10 Nov 2021 13:46:02 +0000 (UTC)	[thread overview]
Message-ID: <1636551744.88b3781a49f93e28c4a96b2effbc069524ae18b5.hattya@gentoo> (raw)

commit:     88b3781a49f93e28c4a96b2effbc069524ae18b5
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 13:42:24 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 13:42:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b3781a

dev-db/cdb: do not call ar directly

Closes: https://bugs.gentoo.org/718696
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-db/cdb/cdb-0.75-r4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild
index 23009ad748e..1bd0111211c 100644
--- a/dev-db/cdb/cdb-0.75-r4.ebuild
+++ b/dev-db/cdb/cdb-0.75-r4.ebuild
@@ -25,8 +25,10 @@ PATCHES=(
 src_prepare() {
 	default
 
-	sed -i -e 's/head -1/head -n 1/g' Makefile \
-		|| die "sed Makefile failed"
+	sed -i \
+		-e "s/head -1/head -n 1/g" \
+		-e "s/ar /$(tc-getAR) /" \
+		Makefile
 }
 
 src_configure() {


             reply	other threads:[~2021-11-10 13:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 13:46 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-28  0:09 [gentoo-commits] repo/gentoo:master commit in: dev-db/cdb/ Jakov Smolić
2024-11-27  7:12 Sam James
2024-11-27  7:12 Sam James
2024-11-26 22:45 Sam James
2021-11-10 13:46 Akinori Hattori
2021-11-10 13:46 Akinori Hattori
2021-11-10 13:46 Akinori Hattori
2021-11-08 13:25 Akinori Hattori
2021-08-29  8:37 Marek Szuba
2019-05-22  2:52 Aaron Bauman
2018-04-02  4:05 Matt Turner
2017-07-07 17:45 Alexis Ballier
2016-09-30  5:09 Eray Aslan
2016-09-29  3:59 Jeroen Roovers
2016-02-05 19:09 Markus Meier
2016-02-04  9:53 Tobias Klausmann
2016-01-27  9:22 Agostino Sarubbo
2015-10-26  8:46 Eray Aslan

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=1636551744.88b3781a49f93e28c4a96b2effbc069524ae18b5.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