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 7614115807A for ; Thu, 05 Jun 2025 00:53:14 +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 5D930343144 for ; Thu, 05 Jun 2025 00:53:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4AFB01103C1; Thu, 05 Jun 2025 00:53:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 3FA0B1103C1 for ; Thu, 05 Jun 2025 00:53:11 +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 C7E5D3430F5 for ; Thu, 05 Jun 2025 00:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B47422FD for ; Thu, 05 Jun 2025 00:53:09 +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: <1749084688.cd10e0c16b1804056ce3a42b631ffd2c2c22b70a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd10e0c16b1804056ce3a42b631ffd2c2c22b70a X-VCS-Branch: master Date: Thu, 05 Jun 2025 00:53:09 +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: df1cbe45-7872-41ea-a6e0-94a6e1967975 X-Archives-Hash: 67d25f89a7f62e3ef204dec620dc1ffc commit: cd10e0c16b1804056ce3a42b631ffd2c2c22b70a Author: Sam James gentoo org> AuthorDate: Thu Jun 5 00:50:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 5 00:51:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd10e0c1 profiles/base: force ~app-misc/ddcutil-2.2.0[X] app-misc/ddcutil fails to build w/o USE=X as it always tries to include . Bug: https://github.com/rockowitz/ddcutil/issues/504 Bug: https://bugs.gentoo.org/950320 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 5c168489169a..566140aafe0a 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-06-05) +# app-misc/ddcutil fails to build w/o USE=X as it always tries to include +# . See bug #950320 and https://github.com/rockowitz/ddcutil/issues/504 +~app-misc/ddcutil-2.2.0 X + # Sam James (2025-06-03) # -libupb fails to build (bug #957067) # https://github.com/protocolbuffers/protobuf/issues/20538