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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E49C15808B for ; Fri, 8 Apr 2022 22:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6559AE0891; Fri, 8 Apr 2022 22:52:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26D23E0891 for ; Fri, 8 Apr 2022 22:52:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA1C534119E for ; Fri, 8 Apr 2022 22:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13481388 for ; Fri, 8 Apr 2022 22:51:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1649458279.ea074a03800b69b567b6933c8f0991ffa58c2e78.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-9999.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ea074a03800b69b567b6933c8f0991ffa58c2e78 X-VCS-Branch: master Date: Fri, 8 Apr 2022 22:51:57 +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: 8e8de63f-dcb7-4c57-9543-6e1a17bb95c7 X-Archives-Hash: a9afbb05bf4faf824435c44d89b026d8 commit: ea074a03800b69b567b6933c8f0991ffa58c2e78 Author: Sergey Alirzaev riseup net> AuthorDate: Fri Apr 8 18:48:26 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Apr 8 22:51:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea074a03 net-p2p/transmission: don't call clang-tidy needlessly helps to prevent problems with clang failing to make sense of gcc-specific CFLAGS like: error: unknown argument: '-malign-data=cacheline' [clang-diagnostic-error] error: unknown argument: '-mtls-dialect=gnu2' [clang-diagnostic-error] Closes: https://github.com/gentoo/gentoo/pull/24958 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Alirzaev riseup.net> Signed-off-by: Mike Gilbert gentoo.org> net-p2p/transmission/transmission-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index 07d9d10d6c58..ba7fb0024bd0 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -96,6 +96,7 @@ src_configure() { -DUSE_SYSTEM_NATPMP=ON -DUSE_SYSTEM_UTP=OFF -DUSE_SYSTEM_B64=OFF + -DRUN_CLANG_TIDY=OFF -DWITH_CRYPTO=$(usex mbedtls polarssl openssl) -DWITH_INOTIFY=ON