Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
Date: Fri, 01 Dec 2017 18:06:52
Message-Id: 1512151605.25ceaf774dbfb9d5cf5803be66321c310bc6372a.grobian@gentoo
1 commit: 25ceaf774dbfb9d5cf5803be66321c310bc6372a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 18:05:29 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 18:06:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ceaf77
7
8 media-sound/shntool: export CONFIG_SHELL to deal with /bin/sh not being bash
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 media-sound/shntool/shntool-3.0.10-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
16 index 5e2ea531d5e..69859ce0724 100644
17 --- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
18 +++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
19 @@ -23,6 +23,6 @@ DEPEND="${RDEPEND}"
20 DOCS="NEWS README ChangeLog AUTHORS doc/*"
21
22 src_configure() {
23 - unset CONFIG_SHELL # default to bash, bug #527310
24 + export CONFIG_SHELL=${BASH} # bug #527310
25 default
26 }