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: Tue, 24 Jan 2017 19:29:19
Message-Id: 1485286144.df7587bb45ff258a6c8bb6218f082e239b30d59b.mattst88@gentoo
1 commit: df7587bb45ff258a6c8bb6218f082e239b30d59b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 19:28:24 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 19:29:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7587bb
7
8 media-libs/mesa: Drop removal of vulkan headers.
9
10 Upstream commit 045f38a50759 stops their installation.
11
12 media-libs/mesa/mesa-9999.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index a110505..fa8bd50 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -394,11 +394,6 @@ 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() {