diff options
author | Sam James <sam@gentoo.org> | 2022-07-30 00:29:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 03:22:19 +0100 |
commit | 38092f8d7be4d84610d1a3b1791f718accf2e42d (patch) | |
tree | 1f073eb326cab07cd558d672c212700b1341b775 /dev-libs/icu | |
parent | media-libs/libaom: enable Python 3.11 (diff) | |
download | gentoo-38092f8d7be4d84610d1a3b1791f718accf2e42d.tar.gz gentoo-38092f8d7be4d84610d1a3b1791f718accf2e42d.tar.bz2 gentoo-38092f8d7be4d84610d1a3b1791f718accf2e42d.zip |
dev-libs/icu: make build/install more verbose
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/icu-71.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/icu/icu-71.1-r1.ebuild b/dev-libs/icu/icu-71.1-r1.ebuild index 87911072ee9c..baefaf47f25f 100644 --- a/dev-libs/icu/icu-71.1-r1.ebuild +++ b/dev-libs/icu/icu-71.1-r1.ebuild @@ -62,6 +62,8 @@ src_prepare() { } src_configure() { + MAKEOPTS+=" VERBOSE=1" + # ICU tries to append -std=c++11 without this, so as of 71.1, # despite GCC 9+ using c++14 (or gnu++14) and GCC 11+ using gnu++17, # we still need this. @@ -136,7 +138,7 @@ multilib_src_test() { # CINTLTST_OPTS: cintltst options # -e: Exhaustive testing # -v: Increased verbosity - emake -j1 VERBOSE="1" check + emake -j1 check } multilib_src_install() { |