diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-28 16:04:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-28 16:05:24 +0300 |
commit | f40d179e01d413e0d00b8e596e5df0ea35fdad2d (patch) | |
tree | 71d5e20eb346f5eb91f8f8ed04bf74c45aa38a0d /media-libs/mesa | |
parent | media-libs/libepoxy: arm stable wrt bug #689510 (diff) | |
download | gentoo-f40d179e01d413e0d00b8e596e5df0ea35fdad2d.tar.gz gentoo-f40d179e01d413e0d00b8e596e5df0ea35fdad2d.tar.bz2 gentoo-f40d179e01d413e0d00b8e596e5df0ea35fdad2d.zip |
media-libs/mesa: arm stable wrt bug #689510
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-19.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-19.0.8.ebuild b/media-libs/mesa/mesa-19.0.8.ebuild index f79228c5f776..f6cc92985b5b 100644 --- a/media-libs/mesa/mesa-19.0.8.ebuild +++ b/media-libs/mesa/mesa-19.0.8.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |