Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Fri, 06 Apr 2018 00:42:33
Message-Id: 1522975260.a961276e56801df2c3bc24684eb49acda66aff51.bman@gentoo
1 commit: a961276e56801df2c3bc24684eb49acda66aff51
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 00:39:21 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 00:41:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a961276e
7
8 media-libs/mesa: amd64 stable
9
10 Bug: https://bugs.gentoo.org/652350
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 media-libs/mesa/mesa-17.3.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-17.3.8.ebuild b/media-libs/mesa/mesa-17.3.8.ebuild
17 index e1f174a75b5..b8a52eab3a4 100644
18 --- a/media-libs/mesa/mesa-17.3.8.ebuild
19 +++ b/media-libs/mesa/mesa-17.3.8.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 ~arm-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 ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
26 fi
27
28 LICENSE="MIT"