diff options
author | Sam James <sam@gentoo.org> | 2024-04-03 06:00:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-03 06:00:37 +0100 |
commit | 3ef9fc0d90223743fcad3bdb0904e5dee5a019fb (patch) | |
tree | c7e70a7b996d59b68ab4489bf0ab4d432b425364 /media-libs | |
parent | x11-misc/gccmakedep: Stabilize 1.0.4 arm64, #928446 (diff) | |
download | gentoo-3ef9fc0d90223743fcad3bdb0904e5dee5a019fb.tar.gz gentoo-3ef9fc0d90223743fcad3bdb0904e5dee5a019fb.tar.bz2 gentoo-3ef9fc0d90223743fcad3bdb0904e5dee5a019fb.zip |
media-libs/mesa: Stabilize 24.0.4 sparc, #928448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-24.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-24.0.4.ebuild b/media-libs/mesa/mesa-24.0.4.ebuild index a474e56c13dc..4b863e7a0bc5 100644 --- a/media-libs/mesa/mesa-24.0.4.ebuild +++ b/media-libs/mesa/mesa-24.0.4.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" fi S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S} |