diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-25 10:45:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-25 10:46:09 -0800 |
commit | 494148f5428960e091e341cd6951f1e4035cf321 (patch) | |
tree | 4fea72132ebc1dc579120f9a73d1557c41f306f0 /media-libs | |
parent | dev-python/appdirs: support (setuptools -> distutils) egg-info migration (diff) | |
download | gentoo-494148f5428960e091e341cd6951f1e4035cf321.tar.gz gentoo-494148f5428960e091e341cd6951f1e4035cf321.tar.bz2 gentoo-494148f5428960e091e341cd6951f1e4035cf321.zip |
media-libs/mesa: Apply user patches.
Bug: https://bugs.gentoo.org/607074
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 7dae3be569c1..2268df1cdccb 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" @@ -192,6 +192,7 @@ pkg_setup() { src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf + eapply_user } multilib_src_configure() { diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7dae3be569c1..2268df1cdccb 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" @@ -192,6 +192,7 @@ pkg_setup() { src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf + eapply_user } multilib_src_configure() { |