From 7ab3b249942126bd04b4e522af8d9560ac90e2b9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 13 May 2025 12:49:00 -0400 Subject: [PATCH] media-libs/mesa: Drop little-endian keywords on old 24.1.7 Bug: https://bugs.gentoo.org/943297 Signed-off-by: Matt Turner --- media-libs/mesa/mesa-24.1.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-24.1.7-r1.ebuild b/media-libs/mesa/mesa-24.1.7-r1.ebuild index f2a12a8ffcf7a..ad67a8384ce55 100644 --- a/media-libs/mesa/mesa-24.1.7-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.7-r1.ebuild @@ -35,7 +35,7 @@ else SRC_URI=" https://archive.mesa3d.org/${MY_P}.tar.xz " - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" + KEYWORDS="ppc ppc64 sparc" fi # This should be {CARGO_CRATE_URIS//.crate/.tar.gz} to correspond to the wrap files,