diff options
author | Sam James <sam@gentoo.org> | 2021-07-04 23:19:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-04 23:19:40 +0100 |
commit | 601246fa9324dd1f571f6fb4e4209013df64b41c (patch) | |
tree | 1e63bbd6db54c16c01afd13570ae510899d36104 | |
parent | media-libs/glu: Stabilize 9.0.2 amd64, #797562 (diff) | |
download | gentoo-601246fa9324dd1f571f6fb4e4209013df64b41c.tar.gz gentoo-601246fa9324dd1f571f6fb4e4209013df64b41c.tar.bz2 gentoo-601246fa9324dd1f571f6fb4e4209013df64b41c.zip |
media-libs/mesa: Stabilize 21.1.4 amd64, #797562
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-libs/mesa/mesa-21.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-21.1.4.ebuild b/media-libs/mesa/mesa-21.1.4.ebuild index b67e6c7e47f0..5eaf339c5caa 100644 --- a/media-libs/mesa/mesa-21.1.4.ebuild +++ b/media-libs/mesa/mesa-21.1.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" |