commit: 2ad20dbd072410a8060df2490e026879737b11a3 Author: William <William <AT> undefined <DOT> re> AuthorDate: Thu Jan 19 16:16:30 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 21 13:53:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad20dbd
app-text/qpdf: fix configure so that it works when /bin/sh isn't bash Close: https://github.com/gentoo/gentoo/pull/3540 app-text/qpdf/qpdf-6.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/qpdf/qpdf-6.0.0-r2.ebuild b/app-text/qpdf/qpdf-6.0.0-r2.ebuild index dd803c56189..f00413270dc 100644 --- a/app-text/qpdf/qpdf-6.0.0-r2.ebuild +++ b/app-text/qpdf/qpdf-6.0.0-r2.ebuild @@ -34,7 +34,7 @@ RDEPEND="${CDEPEND} DOCS=( ChangeLog README TODO ) src_configure() { - econf \ + CONFIG_SHELL=/bin/bash econf \ $(use_enable static-libs static) \ $(use_enable test test-compare-images) }
