summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2017-04-26 18:12:07 +1000
committerMark Wright <gienah@gentoo.org>2017-04-26 18:12:46 +1000
commitfac58ef78e53cdf1de639bb181601565443f3d5c (patch)
treef3a54b1237e0a9d30a47babbb3cab8fec7b34ee0 /sci-mathematics/z3/z3-4.5.0.ebuild
parentnet-dns/libidn2: Add DEPEND=virtual/pkgconfig by Arfrever Frehtes Taifersar A... (diff)
downloadgentoo-fac58ef78e53cdf1de639bb181601565443f3d5c.tar.gz
gentoo-fac58ef78e53cdf1de639bb181601565443f3d5c.tar.bz2
gentoo-fac58ef78e53cdf1de639bb181601565443f3d5c.zip
sci-mathematics/z3: Use echo instead of elog.
Thanks to mgorny for reporting and the fix, K_F, Blackb|rd and Arfrever for helping. Package-Manager: portage-2.3.5
Diffstat (limited to 'sci-mathematics/z3/z3-4.5.0.ebuild')
-rw-r--r--sci-mathematics/z3/z3-4.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild
index 6f26e54e0d26..5f19493a454c 100644
--- a/sci-mathematics/z3/z3-4.5.0.ebuild
+++ b/sci-mathematics/z3/z3-4.5.0.ebuild
@@ -77,13 +77,13 @@ src_configure() {
$(usex gmp --gmp "") \
$(usex python --python "") \
$(usex java --java "")
- elog ./configure "$@"
+ echo ./configure "$@" >&2
# LANG=C to force external tools to output ascii text only
# otherwise configure crashes as:
# File "scripts/mk_make.py", line 21, in <module>
# UnicodeEncodeError: 'ascii' codec can't encode characters in position 80-82: ordinal not in range(128)
LANG=C ./configure "$@" || die
- elog ${EPYTHON} scripts/mk_make.py "$@"
+ echo ${EPYTHON} scripts/mk_make.py "$@" >&2
LANG=C ${EPYTHON} scripts/mk_make.py || die
}