diff options
author | Thomas Sachau <tommy@gentoo.org> | 2021-08-27 17:03:36 +0200 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2021-08-27 17:03:36 +0200 |
commit | 0ced361d51f807bf22995ddc218c949919557b3b (patch) | |
tree | 2a4b5c8ef55c5f9b85642a94b842ef3a3b9e274e /profiles | |
parent | sys-apps/portage: Update git commit (diff) | |
download | multilib-portage-0ced361d51f807bf22995ddc218c949919557b3b.tar.gz multilib-portage-0ced361d51f807bf22995ddc218c949919557b3b.tar.bz2 multilib-portage-0ced361d51f807bf22995ddc218c949919557b3b.zip |
Use eclass flags for rust due to SRC_URI dependencies on them
Signed-off-by: Thomas Sachau <tommy@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6b08b2945..0f932b06a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -44,3 +44,4 @@ app-emulation/wine-staging -abi_x86_32 -abi_x86_64 app-emulation/wine-vanilla -abi_x86_32 -abi_x86_64 virtual/wine -abi_x86_32 -abi_x86_64 www-plugins/adobe-flash -abi_x86_32 -abi_x86_64 +dev-lang/rust -abi_x86_32 -abi_x86_64 |