summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:37:50 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:25 +0000
commitc1c5f21930b684aec3db78ec4c1856553a04afb0 (patch)
treeb13b3a0adbf42897ab27a3e5354770a7162f8ca1 /eclass
parentwww-client/chromium: dev-util/ninja -> app-alternatives/ninja (diff)
downloadgentoo-c1c5f21930b684aec3db78ec4c1856553a04afb0.tar.gz
gentoo-c1c5f21930b684aec3db78ec4c1856553a04afb0.tar.bz2
gentoo-c1c5f21930b684aec3db78ec4c1856553a04afb0.zip
ninja-utils.eclass: dev-util/ninja -> app-alternatives/ninja
Missed this before. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ninja-utils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass
index 8b42c5849522..f07c7d410987 100644
--- a/eclass/ninja-utils.eclass
+++ b/eclass/ninja-utils.eclass
@@ -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
# @ECLASS: ninja-utils.eclass
@@ -8,11 +8,11 @@
# Michał Górny <mgorny@gentoo.org>
# Mike Gilbert <floppym@gentoo.org>
# @SUPPORTED_EAPIS: 7 8
-# @BLURB: common bits to run dev-util/ninja builder
+# @BLURB: common bits to run app-alternatives/ninja builder
# @DESCRIPTION:
# This eclass provides a single function -- eninja -- that can be used
# to run the ninja builder alike emake. It does not define any
-# dependencies, you need to depend on dev-util/ninja yourself. Since
+# dependencies, you need to depend on app-alternatives/ninja yourself. Since
# ninja is rarely used stand-alone, most of the time this eclass will
# be used indirectly by the eclasses for other build systems (CMake,
# Meson).