diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:14:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:14:37 +0100 |
commit | 8dbfedfe61498f81ad30750b87153609087e44e0 (patch) | |
tree | 70b2b35e252492b63d4ea716ad079434e4d82ec5 /media-libs | |
parent | media-libs/libepoxy: arm stable wrt bug #704592 (diff) | |
download | gentoo-8dbfedfe61498f81ad30750b87153609087e44e0.tar.gz gentoo-8dbfedfe61498f81ad30750b87153609087e44e0.tar.bz2 gentoo-8dbfedfe61498f81ad30750b87153609087e44e0.zip |
media-libs/mesa: arm stable wrt bug #704592
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-19.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-19.2.8.ebuild b/media-libs/mesa/mesa-19.2.8.ebuild index c2f320e98415..4dee4e5d39de 100644 --- a/media-libs/mesa/mesa-19.2.8.ebuild +++ b/media-libs/mesa/mesa-19.2.8.ebuild @@ -19,7 +19,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-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |