diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:36:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:22 +0000 |
commit | 447577139df782f0534903446afda10598a8d9e1 (patch) | |
tree | c565069adbe7f3ce8a5d11870cb9ec33b7c3243f /dev-lang/rust/rust-1.71.0.ebuild | |
parent | app-i18n/mozc: dev-util/ninja -> app-alternatives/ninja (diff) | |
download | gentoo-447577139df782f0534903446afda10598a8d9e1.tar.gz gentoo-447577139df782f0534903446afda10598a8d9e1.tar.bz2 gentoo-447577139df782f0534903446afda10598a8d9e1.zip |
dev-lang/rust: dev-util/ninja -> app-alternatives/ninja
All of these will be using app-alternatives/ninja anyway as they're not calling
ninja-reference, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.71.0.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.71.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.71.0.ebuild b/dev-lang/rust/rust-1.71.0.ebuild index 04611e1527e8..707d48f5834b 100644 --- a/dev-lang/rust/rust-1.71.0.ebuild +++ b/dev-lang/rust/rust-1.71.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} system-bootstrap? ( ${BOOTSTRAP_DEPEND} ) !system-llvm? ( >=dev-util/cmake-3.13.4 - dev-util/ninja + app-alternatives/ninja ) test? ( sys-devel/gdb ) verify-sig? ( sec-keys/openpgp-keys-rust ) |