public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/
Date: Mon, 31 Aug 2015 22:14:06 +0000 (UTC)	[thread overview]
Message-ID: <1441059223.0ed68557c5e4d294f6c31d85aa61475db745c7d4.vapier@gentoo> (raw)

commit:     0ed68557c5e4d294f6c31d85aa61475db745c7d4
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 22:12:20 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 22:13:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed68557

sys-fs/e2tools: fix building when /bin/sh is not bash

 sys-fs/e2tools/e2tools-0.0.16.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild
index c8ee31d..081fb97 100644
--- a/sys-fs/e2tools/e2tools-0.0.16.ebuild
+++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild
@@ -20,3 +20,9 @@ RDEPEND="${DEPEND}"
 src_prepare() {
 	sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die
 }
+
+src_configure() {
+	# The configure script is ancient.
+	export CONFIG_SHELL="/bin/bash"
+	default
+}


             reply	other threads:[~2015-08-31 22:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31 22:14 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-31 22:14 [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/ Mike Frysinger
2015-08-31 22:14 Mike Frysinger
2019-01-15 12:28 Lars Wendler
2019-07-31 22:09 Lars Wendler
2020-02-12 10:40 Lars Wendler
2021-05-23 11:48 David Seifert
2021-09-13 20:30 David Seifert
2022-10-29 21:39 Sam James
2025-02-09  5:36 Sam James
2025-02-09  5:36 Sam James

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=1441059223.0ed68557c5e4d294f6c31d85aa61475db745c7d4.vapier@gentoo \
    --to=vapier@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