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: Mon, 24 Jan 2022 19:19:41
Message-Id: 1643051925.aa92501321bdbf505f59dd066cbe3e785751bdaa.sam@gentoo
1 commit: aa92501321bdbf505f59dd066cbe3e785751bdaa
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 24 16:48:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 19:18:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa925013
7
8 media-libs/mesa: stable 21.3.4 for sparc, bug #831378
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-libs/mesa/mesa-21.3.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-21.3.4.ebuild b/media-libs/mesa/mesa-21.3.4.ebuild
19 index 23157aa51f22..e79d362efbfb 100644
20 --- a/media-libs/mesa/mesa-21.3.4.ebuild
21 +++ b/media-libs/mesa/mesa-21.3.4.ebuild
22 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
23 inherit git-r3
24 else
25 SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz"
26 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
27 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
28 fi
29
30 LICENSE="MIT"