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 19:45:55
Message-Id: 1485373541.db83c4e40554d0defc4165063bb20875eab98b4a.mattst88@gentoo
1 commit: db83c4e40554d0defc4165063bb20875eab98b4a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 19:44:53 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 19:45:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db83c4e4
7
8 media-libs/mesa: Restore removal of vulkan headers.
9
10 Hopefully the next rc will not require this.
11
12 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
16 index 2268df1..735dd56 100644
17 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild
18 +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
19 @@ -384,6 +384,11 @@ multilib_src_install_all() {
20 # Install config file for eselect mesa
21 insinto /usr/share/mesa
22 newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf
23 +
24 + # Mesa should not install these
25 + if use vulkan; then
26 + rm "${ED}"/usr/include/vulkan/{vulkan.h,vk_platform.h} || die
27 + fi
28 }
29
30 multilib_src_test() {