diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:28:17 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:28:17 -0400 |
commit | fe903e3cb6906605a4a953667f1ab76630b8f361 (patch) | |
tree | f62ff23edf318fde8f280aa6fbf78031963963bb /media-libs | |
parent | media-libs/glu: arm64 stable (bug #694734) (diff) | |
download | gentoo-fe903e3cb6906605a4a953667f1ab76630b8f361.tar.gz gentoo-fe903e3cb6906605a4a953667f1ab76630b8f361.tar.bz2 gentoo-fe903e3cb6906605a4a953667f1ab76630b8f361.zip |
media-libs/mesa: arm64 stable (bug #694734)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-19.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-19.1.7.ebuild b/media-libs/mesa/mesa-19.1.7.ebuild index 4012f690c457..0b29a9b90782 100644 --- a/media-libs/mesa/mesa-19.1.7.ebuild +++ b/media-libs/mesa/mesa-19.1.7.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" |