diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-02 22:10:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-02 22:10:50 +0300 |
commit | 86b8aef6dfbbcb9fcd863ca13be8ed935e1f91cc (patch) | |
tree | 6110bf984b5b2eb79a038affb2dfe5bae07a219a /media-libs | |
parent | x11-misc/gccmakedep: Stabilize 1.0.4 ppc, #928446 (diff) | |
download | gentoo-86b8aef6dfbbcb9fcd863ca13be8ed935e1f91cc.tar.gz gentoo-86b8aef6dfbbcb9fcd863ca13be8ed935e1f91cc.tar.bz2 gentoo-86b8aef6dfbbcb9fcd863ca13be8ed935e1f91cc.zip |
media-libs/mesa: Stabilize 24.0.4 ppc64, #928448
Signed-off-by: Arthur Zamarin <arthurzam@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 7084ca81fa4c..490f9e75c83e 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} |