diff options
author | Mariusz Ceier <mceier@gmail.com> | 2018-03-23 16:22:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-23 16:22:15 -0700 |
commit | 8e224522b274091efa124843d754b06e23f7798e (patch) | |
tree | e2c4f62ee484efc28c89cfd4fc8d0fe4cb2d8192 /media-libs | |
parent | x11-apps/xtrap: Version bump to 1.0.3 (diff) | |
download | gentoo-8e224522b274091efa124843d754b06e23f7798e.tar.gz gentoo-8e224522b274091efa124843d754b06e23f7798e.tar.bz2 gentoo-8e224522b274091efa124843d754b06e23f7798e.zip |
media-libs/mesa: Apply user patches before eautoreconf
Closes: https://bugs.gentoo.org/650862
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0b909d81e6fd..8c2973875bbf 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() { |