summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-07-18 00:00:21 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-07-18 00:00:21 +0100
commitb5db828ede0ac468178a70ec2c056400b7d5a125 (patch)
tree017736188fd5af958e3e3ca217b3417d4cfab197 /eclass
parentprofiles/desktop: enable USE=qt5 for dev-libs/qtkeychain (diff)
downloadportage-b5db828ede0ac468178a70ec2c056400b7d5a125.tar.xz
eclass/linux-build: ignore CONFIG_RUST_IS_AVAILABLE
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 134ab96b..247418bf 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -507,6 +507,7 @@ _linux-build_src_prepare_build() {
--ignore-matching-lines '^CONFIG_CC_HAVE_[A-Z0-9_]*='
--ignore-matching-lines '^CONFIG_HAVE_[A-Z_]*_COMPILER='
--ignore-matching-lines '^CONFIG_AS_VERSION='
+ --ignore-matching-lines '^CONFIG_RUST_IS_AVAILABLE='
# GCC only
--ignore-matching-lines '^CONFIG_CC_IS_GCC='