From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D939913888F for ; Fri, 30 Oct 2015 18:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A9CE07D1; Fri, 30 Oct 2015 18:33:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C873E07D1 for ; Fri, 30 Oct 2015 18:33:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E270C340CC1 for ; Fri, 30 Oct 2015 18:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA4F1B43 for ; Fri, 30 Oct 2015 18:33:41 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1446230008.f14a3555383c2bb5693caa243e055ec4f114ca75.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: f14a3555383c2bb5693caa243e055ec4f114ca75 X-VCS-Branch: master Date: Fri, 30 Oct 2015 18:33:41 +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-Archives-Salt: 097da5dc-b540-4e67-9cdc-63fa11aee491 X-Archives-Hash: d812dc67434dd52226246f1aa769e8c8 commit: f14a3555383c2bb5693caa243e055ec4f114ca75 Author: Brian Evans gentoo org> AuthorDate: Fri Oct 30 18:33:28 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Oct 30 18:33:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=f14a3555 mysql-multilib.eclass: Reduce the output of skipping multilib when -client-libs Signed-off-by: Brian Evans gentoo.org> eclass/mysql-multilib.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 864c71b..7cdda22 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -608,7 +608,7 @@ multilib_src_configure() { if ! multilib_is_native_abi && in_iuse client-libs ; then if ! use client-libs ; then - ewarn "Skipping multilib build due to client-libs USE disabled" + einfo "Skipping multilib build due to client-libs USE disabled" return 0 fi fi @@ -743,7 +743,6 @@ mysql-multilib_src_compile() { multilib_src_compile() { if ! multilib_is_native_abi && in_iuse client-libs ; then if ! use client-libs ; then - ewarn "Skipping multilib build due to client-libs USE disabled" return 0 fi fi @@ -773,7 +772,6 @@ multilib_src_install() { if ! multilib_is_native_abi && in_iuse client-libs ; then if ! use client-libs ; then - ewarn "Skipping multilib build due to client-libs USE disabled" return 0 fi fi