commit: 4a29f9895ebb36c91461f4b4db1ae920450d8b90 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 02:40:39 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 03:00:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a29f989
profiles: Mask USE=osmesa for app-emulation/aranym Bug: https://bugs.gentoo.org/954321 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/default/linux/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index af581ea60ca0..282eebe6174d 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2025-04-23) +# Requires osmesa, which was removed in mesa-25.1 +app-emulation/aranym osmesa + # Sam James <[email protected]> (2023-06-06) # Needs linux-only dev-libs/libaio. app-emulation/qemu -aio
