diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-17 04:59:00 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-17 05:19:42 -0500 |
commit | 02038f740f159241bb3e7a1871e2fecb22da974e (patch) | |
tree | c721b97e323a9e4b8c2826903b74fc2d2aa8b0f2 /profiles/base | |
parent | sys-apps/syd: add 3.13.1, drop 3.13.0 (diff) | |
download | gentoo-02038f740f159241bb3e7a1871e2fecb22da974e.tar.gz gentoo-02038f740f159241bb3e7a1871e2fecb22da974e.tar.bz2 gentoo-02038f740f159241bb3e7a1871e2fecb22da974e.zip |
games-emulation/pcsx2: add (forced) IUSE=+clang
Makes what is happening clearer to users, and gives the option to
force-disable it (through /etc/portage/profile) if really wanted.
Albeit doing so will currently fail to build without patches which
upstream is unlikely to accept given they took a clang-only stance
and ignore bugs (thus being forced).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e50d568231f8..7430401bf4b8 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <ionen@gentoo.org> (2024-02-17) +# Currently fails to build with gcc, and either way the current upstream +# makes it clear that non-clang is not a supported configuration. +# Please do not report bugs if disabled unless upstream's stance changed. +games-emulation/pcsx2 clang + # Matt Turner <mattst88@gentoo.org> (2024-02-01) # Reverse dependencies are not ready for media-libs/mesa to not provide OpenGL. media-libs/mesa opengl |