sys-libs/glibc: skip clang patches when using gcc (#1440)

This commit is contained in:
lujianhua 2021-12-08 12:23:40 +08:00 committed by GitHub
parent 5b8e21b187
commit f144a5f332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -885,7 +885,9 @@ src_prepare() {
elog "Please re-enable this flag before filing bugs!"
fi
eapply "${FILESDIR}"/clangify
if tc-is-clang ; then
eapply "${FILESDIR}"/clangify
fi
default