Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 25 Jan 2017 18:46:23
Message-Id: 1485369969.494148f5428960e091e341cd6951f1e4035cf321.mattst88@gentoo
1 commit: 494148f5428960e091e341cd6951f1e4035cf321
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 18:45:32 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 18:46:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494148f5
7
8 media-libs/mesa: Apply user patches.
9
10 Bug: https://bugs.gentoo.org/607074
11
12 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 ++-
13 media-libs/mesa/mesa-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
17 index 7dae3be..2268df1 100644
18 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild
19 +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -EAPI=5
25 +EAPI=6
26
27 EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git"
28
29 @@ -192,6 +192,7 @@ pkg_setup() {
30
31 src_prepare() {
32 [[ ${PV} == 9999 ]] && eautoreconf
33 + eapply_user
34 }
35
36 multilib_src_configure() {
37
38 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
39 index 7dae3be..2268df1 100644
40 --- a/media-libs/mesa/mesa-9999.ebuild
41 +++ b/media-libs/mesa/mesa-9999.ebuild
42 @@ -2,7 +2,7 @@
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 -EAPI=5
47 +EAPI=6
48
49 EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git"
50
51 @@ -192,6 +192,7 @@ pkg_setup() {
52
53 src_prepare() {
54 [[ ${PV} == 9999 ]] && eautoreconf
55 + eapply_user
56 }
57
58 multilib_src_configure() {