summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-19 13:18:14 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-19 13:18:14 +0100
commit1cfa8bc839548bd11b00c5fd4e72a33508891146 (patch)
tree97dcfa78b82cccfe46726c9c021a9a86cd4b2ce7 /eclass
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-1cfa8bc839548bd11b00c5fd4e72a33508891146.tar.xz
eclass/linux-build: support llvm 12
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 235e2ea0..752c6c0d 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -60,6 +60,11 @@ DEPEND="${DEPEND}
sys-devel/llvm:11
=sys-devel/lld-11*
)
+ (
+ sys-devel/clang:12
+ sys-devel/llvm:12
+ =sys-devel/lld-12*
+ )
)
)"