commit:     8e224522b274091efa124843d754b06e23f7798e
Author:     Mariusz Ceier <mceier <AT> gmail <DOT> com>
AuthorDate: Fri Mar 23 23:22:15 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 23:22:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e224522

media-libs/mesa: Apply user patches before eautoreconf

Closes: https://bugs.gentoo.org/650862

 media-libs/mesa/mesa-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 0b909d81e6f..8c2973875bb 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -284,8 +284,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-       [[ ${PV} == 9999 ]] && eautoreconf
        eapply_user
+       [[ ${PV} == 9999 ]] && eautoreconf
 }
 
 multilib_src_configure() {

Reply via email to