projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3bb36
)
sys-devel/clang: Remove leftover "use clang" on BSD
author
Michał Górny
<mgorny@gentoo.org>
Sat, 1 Oct 2016 06:57:19 +0000
(08:57 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 1 Oct 2016 13:05:52 +0000
(15:05 +0200)
sys-devel/clang/clang-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index b2c34998fcafde7a4aeb58fee50a8ec96d960a69..c201bba2cea8d1d0637f10c967c2da0ff71848bd 100644
(file)
--- a/
sys-devel/clang/clang-9999.ebuild
+++ b/
sys-devel/clang/clang-9999.ebuild
@@
-243,7
+243,7
@@
src_install() {
done
# Remove unnecessary headers on FreeBSD, bug #417171
- if use kernel_FreeBSD
&& use clang
; then
+ if use kernel_FreeBSD; then
rm "${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || die
fi
}