From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 42CA81582EF for ; Thu, 27 Feb 2025 06:05:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 06B7B341630 for ; Thu, 27 Feb 2025 06:05:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 057B21102C9; Thu, 27 Feb 2025 06:05:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EF9631102C9 for ; Thu, 27 Feb 2025 06:05:50 +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 A267F34168D for ; Thu, 27 Feb 2025 06:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DADB9F9 for ; Thu, 27 Feb 2025 06:05:49 +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: <1740636170.11e468157e8bffdaf1d96fe3b566707c8b2a4cb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/ddcutil-2.1.4.ebuild X-VCS-Directories: app-misc/ddcutil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11e468157e8bffdaf1d96fe3b566707c8b2a4cb6 X-VCS-Branch: master Date: Thu, 27 Feb 2025 06:05:49 +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: 6f34e7df-16bc-4ea3-b16d-c182224802df X-Archives-Hash: f39627e1a5fd17e89fa22aa85135c70c commit: 11e468157e8bffdaf1d96fe3b566707c8b2a4cb6 Author: Z. Liu gmail com> AuthorDate: Wed Feb 26 09:20:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 27 06:02:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e46815 app-misc/ddcutil: remove workaround for 2.1.4 -Wno-compound-token-split-by-macro is not required since -Werror is removed correctly Signed-off-by: Z. Liu gmail.com> Signed-off-by: Sam James gentoo.org> app-misc/ddcutil/ddcutil-2.1.4.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-misc/ddcutil/ddcutil-2.1.4.ebuild b/app-misc/ddcutil/ddcutil-2.1.4.ebuild index b8c9ae48701c..045a5bb34696 100644 --- a/app-misc/ddcutil/ddcutil-2.1.4.ebuild +++ b/app-misc/ddcutil/ddcutil-2.1.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Check for bumps & cleanup with app-misc/ddcui -inherit autotools flag-o-matic linux-info udev +inherit autotools linux-info udev DESCRIPTION="Program for querying and changing monitor settings" HOMEPAGE="https://www.ddcutil.com/" @@ -43,7 +43,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.4.1-no-werror.patch - "${FILESDIR}"/${PN}-2.1.4-fix-clang.patch + "${FILESDIR}"/${P}-fix-clang.patch ) pkg_pretend() { @@ -66,9 +66,6 @@ src_prepare() { } src_configure() { - # too many error on -Wcompound-token-split-by-macro by clang - append-cflags $(test-flags-CC -Wno-compound-token-split-by-macro) - local myeconfargs=( # FAILS: doxyfile: No such file or directory # $(use_enable doc doxygen)