summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-24 11:28:24 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-24 11:29:04 -0800
commitdf7587bb45ff258a6c8bb6218f082e239b30d59b (patch)
tree159430a4118982cbfed3e573aa029a7b492d7f65 /media-libs/mesa
parentpackage.mask: Mask LLVM 4.0.0 RCs for testing (diff)
downloadgentoo-df7587bb45ff258a6c8bb6218f082e239b30d59b.tar.gz
gentoo-df7587bb45ff258a6c8bb6218f082e239b30d59b.tar.bz2
gentoo-df7587bb45ff258a6c8bb6218f082e239b30d59b.zip
media-libs/mesa: Drop removal of vulkan headers.
Upstream commit 045f38a50759 stops their installation.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a1105053dd40..fa8bd50f3668 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() {