diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 23:40:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 23:40:58 +0000 |
commit | 99f8751640804541968295d6448d434083475ac7 (patch) | |
tree | 2cda18a845def9cb61215072cf431aabae392123 /media-libs/mesa | |
parent | media-libs/libepoxy: Stabilize 1.5.5 ppc64, #774921 (diff) | |
download | gentoo-99f8751640804541968295d6448d434083475ac7.tar.gz gentoo-99f8751640804541968295d6448d434083475ac7.tar.bz2 gentoo-99f8751640804541968295d6448d434083475ac7.zip |
media-libs/mesa: Stabilize 20.3.4 ppc64, #774921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-20.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-20.3.4.ebuild b/media-libs/mesa/mesa-20.3.4.ebuild index 3bcef8c19175..c46176868de7 100644 --- a/media-libs/mesa/mesa-20.3.4.ebuild +++ b/media-libs/mesa/mesa-20.3.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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |