From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D9C2158094 for ; Sat, 30 Jul 2022 02:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E778FE10C0; Sat, 30 Jul 2022 02:22:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4142E10C0 for ; Sat, 30 Jul 2022 02:22:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B8D4340F3E for ; Sat, 30 Jul 2022 02:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030A856C for ; Sat, 30 Jul 2022 02:22:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659147739.38092f8d7be4d84610d1a3b1791f718accf2e42d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/icu-71.1-r1.ebuild X-VCS-Directories: dev-libs/icu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38092f8d7be4d84610d1a3b1791f718accf2e42d X-VCS-Branch: master Date: Sat, 30 Jul 2022 02:22:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fef3196-16a4-4164-89e1-0daec901e06b X-Archives-Hash: 17b341d2283eb205461f6baf7954dc90 commit: 38092f8d7be4d84610d1a3b1791f718accf2e42d Author: Sam James gentoo org> AuthorDate: Fri Jul 29 23:29:14 2022 +0000 Commit: Sam James gentoo 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 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() {