Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 13 Sep 2020 06:27:50
Message-Id: 1599977879.da82edbd0c34fb0666361317476b8a0663eac5a9.sam@gentoo
1 commit: da82edbd0c34fb0666361317476b8a0663eac5a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 06:17:59 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 06:17:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da82edbd
7
8 media-libs/mesa: Stabilize 20.1.7 arm64, #741975
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/mesa/mesa-20.1.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-20.1.7.ebuild b/media-libs/mesa/mesa-20.1.7.ebuild
16 index b38b99a81f5..e4df7db6f14 100644
17 --- a/media-libs/mesa/mesa-20.1.7.ebuild
18 +++ b/media-libs/mesa/mesa-20.1.7.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="MIT"