commit: 38092f8d7be4d84610d1a3b1791f718accf2e42d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 23:29:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 02:22:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38092f8d
dev-libs/icu: make build/install more verbose
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/icu/icu-71.1-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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() {