diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-18 00:00:21 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-18 00:00:21 +0100 |
commit | b5db828ede0ac468178a70ec2c056400b7d5a125 (patch) | |
tree | 017736188fd5af958e3e3ca217b3417d4cfab197 | |
parent | profiles/desktop: enable USE=qt5 for dev-libs/qtkeychain (diff) | |
download | portage-b5db828ede0ac468178a70ec2c056400b7d5a125.tar.xz |
eclass/linux-build: ignore CONFIG_RUST_IS_AVAILABLE
-rw-r--r-- | eclass/linux-build.eclass | 1 |
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=' |