Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Mon, 05 Jul 2021 06:06:08
Message-Id: 1625465148.01390d88361a668ceea6b310c9d6c66397b4b887.slyfox@gentoo
1 commit: 01390d88361a668ceea6b310c9d6c66397b4b887
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jul 5 05:24:51 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 06:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01390d88
7
8 media-libs/mesa: stable 21.1.4 for sparc, bug #797562
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 media-libs/mesa/mesa-21.1.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-21.1.4.ebuild b/media-libs/mesa/mesa-21.1.4.ebuild
19 index 5eaf339c5ca..892e0707669 100644
20 --- a/media-libs/mesa/mesa-21.1.4.ebuild
21 +++ b/media-libs/mesa/mesa-21.1.4.ebuild
22 @@ -19,7 +19,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"