commit: df7587bb45ff258a6c8bb6218f082e239b30d59b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 19:28:24 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 19:29:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7587bb
media-libs/mesa: Drop removal of vulkan headers.
Upstream commit 045f38a50759 stops their installation.
media-libs/mesa/mesa-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a110505..fa8bd50 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -394,11 +394,6 @@ multilib_src_install_all() {
# Install config file for eselect mesa
insinto /usr/share/mesa
newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf
-
- # Mesa should not install these
- if use vulkan; then
- rm "${ED}"/usr/include/vulkan/{vulkan.h,vk_platform.h} || die
- fi
}
multilib_src_test() {