mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
app-antivirus/clamav: add rust_pkg_setup
This does not cause any changes to package behaviour; we don't depend on LLVM or have any version restrictions on Rust so it doesn't matter which slot was picked - it's probably the `eselect`ed one anyway. There's no need to force a revbump on users who have already built the package, however we can provide consistent selection of dev-lang/rust via the eclass and get some output on the selected slot as part of the build log if we fix this now. Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
parent
4ff6bf33c9
commit
ad5d67f734
@ -228,6 +228,7 @@ python_check_deps() {
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
rust_pkg_setup
|
||||
use jit && llvm_pkg_setup
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
@ -231,6 +231,7 @@ python_check_deps() {
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
rust_pkg_setup
|
||||
use jit && llvm_pkg_setup
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user