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: Sun, 29 Mar 2020 10:48:45
Message-Id: 1585478909.c1abe3fe45491e90265a82c8fe32c27f8913204c.slyfox@gentoo
1 commit: c1abe3fe45491e90265a82c8fe32c27f8913204c
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Mar 29 10:20:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:48:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1abe3fe
7
8 media-libs/mesa: stable 19.3.5 for hppa, bug #711560
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="hppa"
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-19.3.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-19.3.5.ebuild b/media-libs/mesa/mesa-19.3.5.ebuild
19 index 918227485e9..8d490069fd7 100644
20 --- a/media-libs/mesa/mesa-19.3.5.ebuild
21 +++ b/media-libs/mesa/mesa-19.3.5.ebuild
22 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
23 inherit git-r3
24 else
25 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
26 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
27 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
28 fi
29
30 LICENSE="MIT"