commit: cd10e0c16b1804056ce3a42b631ffd2c2c22b70a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 5 00:50:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <X11/Xlib.h>. Bug: https://github.com/rockowitz/ddcutil/issues/504 Bug: https://bugs.gentoo.org/950320 Signed-off-by: Sam James <sam <AT> 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 <[email protected]> (2025-06-05) +# app-misc/ddcutil fails to build w/o USE=X as it always tries to include +# <X11/Xlib.h>. See bug #950320 and https://github.com/rockowitz/ddcutil/issues/504 +~app-misc/ddcutil-2.2.0 X + # Sam James <[email protected]> (2025-06-03) # -libupb fails to build (bug #957067) # https://github.com/protocolbuffers/protobuf/issues/20538
