diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-26 12:10:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-28 15:38:42 +0100 |
commit | 2f42df54089c066fe29d3352f88c52c3a670e8fc (patch) | |
tree | 4f29228be710aea1a1bb2f3576c269881f04e623 /profiles/arch/ia64 | |
parent | dev-python/nbdime: add version 3.1.1, EAPI 8, enable py3.10 (diff) | |
download | gentoo-2f42df54089c066fe29d3352f88c52c3a670e8fc.tar.gz gentoo-2f42df54089c066fe29d3352f88c52c3a670e8fc.tar.bz2 gentoo-2f42df54089c066fe29d3352f88c52c3a670e8fc.zip |
profiles/arch/ia64: Mask flags depending on cryptography
Since dev-python/cryptography now requires Rust, let's establish
the level of damage caused by it not supporting IA64 at all.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch/ia64')
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 0f245bc5e192..455d535cd6f7 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2021-11-26) +# These package flags require dev-python/cryptography which -- due +# to the dependency on Rust -- is no longer portable to ia64. +dev-python/passlib totp +dev-python/twisted conch crypt +dev-python/urllib3 test +net-fs/samba addc addns ads + # Sam James <sam@gentoo.org> (2021-11-05) # Avoid keywording unnecessary depenencies for now, bug #804115 dev-python/scipy pythran |