From 2ad20dbd072410a8060df2490e026879737b11a3 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 19 Jan 2017 17:16:30 +0100 Subject: 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(-) (limited to 'app-text/qpdf') diff --git a/app-text/qpdf/qpdf-6.0.0-r2.ebuild b/app-text/qpdf/qpdf-6.0.0-r2.ebuild index dd803c56189e..f00413270dcc 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) } -- cgit v1.2.3-65-gdbad