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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2753158042 for ; Sun, 10 Nov 2024 19:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E49D8E0855; Sun, 10 Nov 2024 19:49:09 +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 C96DAE0855 for ; Sun, 10 Nov 2024 19:49:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C66BB33BF36 for ; Sun, 10 Nov 2024 19:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36219197F for ; Sun, 10 Nov 2024 19:49:07 +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: <1731268098.f11e30f6f548c100f6acedf209912949d1cd8176.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clazy/clazy-1.12.ebuild X-VCS-Directories: dev-util/clazy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f11e30f6f548c100f6acedf209912949d1cd8176 X-VCS-Branch: master Date: Sun, 10 Nov 2024 19:49:07 +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: 25f98c41-e5bb-4de1-a329-e0aa004373bb X-Archives-Hash: 93bedc545a75680e1118718274884f60 commit: f11e30f6f548c100f6acedf209912949d1cd8176 Author: Sam James gentoo org> AuthorDate: Sun Nov 10 19:38:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 10 19:48:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11e30f6 dev-util/clazy: fix tests w/ clazy not installed Signed-off-by: Sam James gentoo.org> dev-util/clazy/clazy-1.12.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/clazy/clazy-1.12.ebuild b/dev-util/clazy/clazy-1.12.ebuild index 0ef620361b62..a04372e51041 100644 --- a/dev-util/clazy/clazy-1.12.ebuild +++ b/dev-util/clazy/clazy-1.12.ebuild @@ -74,12 +74,14 @@ src_test() { # Run tests against built copy, not installed # bug #811723 - local -x PATH="${BUILD_DIR}/${LLVM_ROOT}/bin:${BUILD_DIR}/bin:${PATH}" + local -x PATH="${BUILD_DIR}/${LLVM_ROOT}/bin:${BUILD_DIR}/bin:${BUILD_DIR}:${PATH}" local -x LD_LIBRARY_PATH="${BUILD_DIR}/lib" # NOTE or DEPEND on "test? ( dev-qt/qtscxml:6[qml] )" local -x CMAKE_SKIP_TESTS=() + chmod +x "${BUILD_DIR}"/clazy || die + if ! has_version dev-qt/qtscxml:6; then CMAKE_SKIP_TESTS+=( # cannot find -lQt6StateMachine: No such file or directory