Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Tue, 09 Apr 2019 02:22:48
Message-Id: 1554776555.db6d6515d3fada8efcb4439377b385644c1e1b29.bman@gentoo
1 commit: db6d6515d3fada8efcb4439377b385644c1e1b29
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 02:21:35 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 02:22:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d6515
7
8 media-libs/mesa: arm64 stable (bug #682616)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 media-libs/mesa/mesa-18.3.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-18.3.6.ebuild b/media-libs/mesa/mesa-18.3.6.ebuild
17 index 7e898bbacc5..9288bb8df57 100644
18 --- a/media-libs/mesa/mesa-18.3.6.ebuild
19 +++ b/media-libs/mesa/mesa-18.3.6.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3
22 else
23 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
24 - 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"
25 + 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"
26 fi
27
28 LICENSE="MIT"