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 A6F8E158041 for ; Sun, 31 Mar 2024 16:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46ABE2A30; Sun, 31 Mar 2024 16:27:47 +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 B04D5E2A30 for ; Sun, 31 Mar 2024 16:27:47 +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 A598F340813 for ; Sun, 31 Mar 2024 16:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52B914E4 for ; Sun, 31 Mar 2024 16:27:44 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1711902422.b7e21df46f74f27f04c332e2ae01864b3390d1d0.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch X-VCS-Directories: app-misc/ddcutil/files/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b7e21df46f74f27f04c332e2ae01864b3390d1d0 X-VCS-Branch: master Date: Sun, 31 Mar 2024 16:27:44 +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: cbe51a2f-dab8-4d59-9c5d-0cd2df9b4aba X-Archives-Hash: a7e82734fcdece92f55d23620c08b147 commit: b7e21df46f74f27f04c332e2ae01864b3390d1d0 Author: Matthew White inventati org> AuthorDate: Sun Mar 31 08:29:53 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Mar 31 16:27:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e21df4 app-misc/ddcutil: fix command not found error Fixes: * QA Notice: command not found: * * ./configure: line 2975: 0: command not found Closes: https://bugs.gentoo.org/922205 Package-Manager: portage-3.0.63 Signed-off-by: Matthew White inventati.org> X-cherry-picked: 0eb622b9779318b160ed865c095d3bdd4508d96c) Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36012 app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch b/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch index 07897eb74e80..deabd2bfedbc 100644 --- a/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch +++ b/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch @@ -19,7 +19,7 @@ index c12f15c..27d2124 100644 dnl AC_MSG_NOTICE([DBG = |$DBG|]) -AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test "x$ddcutil_version_suffix" != "x"] ) -+AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, 0) ++AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test 0]) AS_IF( [test 0$DBG -ne 0], AC_MSG_NOTICE([debug messages enabled]),