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: Thu, 20 Jan 2022 02:45:36
Message-Id: 1642646701.608d2b9b8186c481d53fae7ee076dec39401ec2e.sam@gentoo
1 commit: 608d2b9b8186c481d53fae7ee076dec39401ec2e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 02:45:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 02:45:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608d2b9b
7
8 media-libs/mesa: Stabilize 21.3.4 amd64, #831378
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/mesa/mesa-21.3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-21.3.4.ebuild b/media-libs/mesa/mesa-21.3.4.ebuild
16 index 7b064418bfbd..f6d0b55179b6 100644
17 --- a/media-libs/mesa/mesa-21.3.4.ebuild
18 +++ b/media-libs/mesa/mesa-21.3.4.ebuild
19 @@ -17,7 +17,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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="MIT"