summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:37:22 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:25 +0000
commit397a3fe3b199c1814e52684aaf180244e1759f0f (patch)
tree56fc6763e062c2565139e9ae3aa5d8c714f76520 /sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild
parentnet-libs/nodejs: dev-util/ninja -> app-alternatives/ninja (diff)
downloadgentoo-397a3fe3b199c1814e52684aaf180244e1759f0f.tar.gz
gentoo-397a3fe3b199c1814e52684aaf180244e1759f0f.tar.bz2
gentoo-397a3fe3b199c1814e52684aaf180244e1759f0f.zip
sys-devel/crosstool-ng: 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 'sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild')
-rw-r--r--sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild
index ee2ab17cd25b..c517e6d517b6 100644
--- a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild
+++ b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.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
@@ -46,7 +46,7 @@ BDEPEND="
lzip? ( app-arch/lzip )
meson? ( dev-util/meson )
python? ( ${PYTHON_DEPS} )
- ninja? ( dev-util/ninja )
+ ninja? ( app-alternatives/ninja )
rsync? ( net-misc/rsync )
subversion? ( dev-vcs/subversion )
wget? ( net-misc/wget )