diff options
author | 2023-08-11 08:56:04 +0300 | |
---|---|---|
committer | 2023-08-11 08:56:04 +0300 | |
commit | 748cb171244e122a54c418c1b45aa3c5f4e178cd (patch) | |
tree | 23e5d6d9b5bd5a87ae0c8d80187306527df4ba29 /media-libs | |
parent | x11-base/xorg-proto: Stabilize 2023.2 ppc64, #909456 (diff) | |
download | gentoo-748cb171244e122a54c418c1b45aa3c5f4e178cd.tar.gz gentoo-748cb171244e122a54c418c1b45aa3c5f4e178cd.tar.bz2 gentoo-748cb171244e122a54c418c1b45aa3c5f4e178cd.zip |
media-libs/mesa: Stabilize 23.1.3 ppc64, #909456
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-23.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-23.1.3.ebuild b/media-libs/mesa/mesa-23.1.3.ebuild index 5b5ce39083ab..8b13c59f338b 100644 --- a/media-libs/mesa/mesa-23.1.3.ebuild +++ b/media-libs/mesa/mesa-23.1.3.ebuild @@ -17,7 +17,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 LICENSE="MIT" |