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: Fri, 23 Mar 2018 23:23:10
Message-Id: 1521847335.8e224522b274091efa124843d754b06e23f7798e.mattst88@gentoo
1 commit: 8e224522b274091efa124843d754b06e23f7798e
2 Author: Mariusz Ceier <mceier <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 23 23:22:15 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 23:22:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e224522
7
8 media-libs/mesa: Apply user patches before eautoreconf
9
10 Closes: https://bugs.gentoo.org/650862
11
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 0b909d81e6f..8c2973875bb 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -284,8 +284,8 @@ pkg_setup() {
20 }
21
22 src_prepare() {
23 - [[ ${PV} == 9999 ]] && eautoreconf
24 eapply_user
25 + [[ ${PV} == 9999 ]] && eautoreconf
26 }
27
28 multilib_src_configure() {