summaryrefslogtreecommitdiff
path: root/media-sound/shntool/shntool-3.0.10-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/shntool/shntool-3.0.10-r1.ebuild')
-rw-r--r--media-sound/shntool/shntool-3.0.10-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 16c9434f3ea4..69859ce07241 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -21,3 +21,8 @@ RDEPEND="flac? ( media-libs/flac )
DEPEND="${RDEPEND}"
DOCS="NEWS README ChangeLog AUTHORS doc/*"
+
+src_configure() {
+ export CONFIG_SHELL=${BASH} # bug #527310
+ default
+}