projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd3563
)
media-libs/mesa: Drop removal of vulkan headers.
author
Matt Turner
<mattst88@gentoo.org>
Tue, 24 Jan 2017 19:28:24 +0000
(11:28 -0800)
committer
Matt Turner
<mattst88@gentoo.org>
Tue, 24 Jan 2017 19:29:04 +0000
(11:29 -0800)
Upstream commit
045f38a50759
stops their installation.
media-libs/mesa/mesa-9999.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/mesa/mesa-9999.ebuild
b/media-libs/mesa/mesa-9999.ebuild
index a1105053dd40f5060e6542f15ed0c24f987679f5..fa8bd50f3668035809e2fd95336b0b4f5818b305 100644
(file)
--- 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() {