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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A589913835B for ; Mon, 1 Feb 2021 16:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A611DE08F2; Mon, 1 Feb 2021 16:10:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88CFCE08F2 for ; Mon, 1 Feb 2021 16:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D4AC34104C for ; Mon, 1 Feb 2021 16:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227094AF for ; Mon, 1 Feb 2021 16:10:48 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1612195646.acc94f3ec9592d482ed377f1ddff192164025866.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: acc94f3ec9592d482ed377f1ddff192164025866 X-VCS-Branch: master Date: Mon, 1 Feb 2021 16:10:48 +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: d56cb5e2-03f7-4292-b544-9ef06b581bd2 X-Archives-Hash: 9ba473fb1dd1cbdee354a7d562290e54 commit: acc94f3ec9592d482ed377f1ddff192164025866 Author: Craig Andrews gentoo org> AuthorDate: Mon Feb 1 16:04:06 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Feb 1 16:07:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc94f3e media-tv/kodi: make CMake configuration verbose Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Evgeny Grin narod.ru> Signed-off-by: Craig Andrews gentoo.org> media-tv/kodi/kodi-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 7a4496c9504..5b80fb84d04 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -225,6 +225,7 @@ src_configure() { local core_platform_name="${platform[@]}" local mycmakeargs=( -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" + -DVERBOSE=ON -DENABLE_LDGOLD=OFF # https://bugs.gentoo.org/show_bug.cgi?id=606124 -DENABLE_ALSA=$(usex alsa) -DENABLE_AIRTUNES=$(usex airplay)