Skip to content

Commit

Permalink
sys-devel/clang: Remove leftover "use clang" on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Oct 1, 2016
1 parent 5c3bb36 commit e42c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-devel/clang/clang-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e42c731

Please sign in to comment.