mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-28 12:08:08 -07:00
During the migration to slotted rust, an explicit dependency on
virtual/rust was entirely dropped. But cryptography must explicitly
depend on rust, because it defines CARGO_OPTIONAL (in order to get
access to cargo setup functions without also exporting cargo phase
functions, as we want the distutils-r1 phase functions instead).
No revbump as users who successfully built it will not need the bdep
fix.
Fixes: 01ba4dc619
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>