diff options
author | 2021-03-09 10:30:20 +0000 | |
---|---|---|
committer | 2021-03-09 10:30:20 +0000 | |
commit | 0ba60c1c3608bc1f00b51e998d06db350c99a8c7 (patch) | |
tree | 5a58dfeba8bffcfd6c64aa2b0f5832067e8800ab /media-libs | |
parent | x11-libs/libdrm: Stabilize 2.4.104 arm, #774921 (diff) | |
download | gentoo-0ba60c1c3608bc1f00b51e998d06db350c99a8c7.tar.gz gentoo-0ba60c1c3608bc1f00b51e998d06db350c99a8c7.tar.bz2 gentoo-0ba60c1c3608bc1f00b51e998d06db350c99a8c7.zip |
media-libs/mesa: Stabilize 20.3.4 arm, #774921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-20.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-20.3.4.ebuild b/media-libs/mesa/mesa-20.3.4.ebuild index 551fcd5d326d..c6476b6097e4 100644 --- a/media-libs/mesa/mesa-20.3.4.ebuild +++ b/media-libs/mesa/mesa-20.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |