Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Fri, 28 Sep 2018 04:48:04
Message-Id: 1538109966.0cb7600e354ad3ebe9d6a8df9fde9e9a9007b3b0.maekke@gentoo
1 commit: 0cb7600e354ad3ebe9d6a8df9fde9e9a9007b3b0
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 04:46:06 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 04:46:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb7600e
7
8 media-libs/mesa: arm stable, bug #664002
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 RepoMan-Options: --include-arches="arm"
12
13 media-libs/mesa/mesa-18.1.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-18.1.6.ebuild b/media-libs/mesa/mesa-18.1.6.ebuild
17 index fd79f5bf231..e348a231273 100644
18 --- a/media-libs/mesa/mesa-18.1.6.ebuild
19 +++ b/media-libs/mesa/mesa-18.1.6.ebuild
20 @@ -25,7 +25,7 @@ if [[ $PV == 9999 ]]; then
21 SRC_URI=""
22 else
23 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
24 - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
25 + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
26 fi
27
28 LICENSE="MIT"