summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 11:31:34 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 14:16:49 +0100
commit251e009ac0acde51363b8667e2ea1bf1a25ef823 (patch)
tree205883dcc12f1e2d3849366b6508c4d507149114 /app-alternatives/ninja
parentapp-emulation/wine-proton: make libdrm[video_cards_amdgpu] optional in live (diff)
downloadgentoo-251e009ac0acde51363b8667e2ea1bf1a25ef823.tar.gz
gentoo-251e009ac0acde51363b8667e2ea1bf1a25ef823.tar.bz2
gentoo-251e009ac0acde51363b8667e2ea1bf1a25ef823.zip
Move {dev-util → dev-build}/ninja
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-alternatives/ninja')
-rw-r--r--app-alternatives/ninja/metadata.xml2
-rw-r--r--app-alternatives/ninja/ninja-1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-alternatives/ninja/metadata.xml b/app-alternatives/ninja/metadata.xml
index 20bceb308997..39c673e29649 100644
--- a/app-alternatives/ninja/metadata.xml
+++ b/app-alternatives/ninja/metadata.xml
@@ -10,7 +10,7 @@
<name>Violet Purcell</name>
</maintainer>
<use>
- <flag name="reference">Symlink to dev-util/ninja.</flag>
+ <flag name="reference">Symlink to dev-build/ninja.</flag>
<flag name="samurai">Symlink to dev-util/samurai.</flag>
</use>
</pkgmetadata>
diff --git a/app-alternatives/ninja/ninja-1.ebuild b/app-alternatives/ninja/ninja-1.ebuild
index 419eabab3505..786716eb506a 100644
--- a/app-alternatives/ninja/ninja-1.ebuild
+++ b/app-alternatives/ninja/ninja-1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ALTERNATIVES=(
- "reference:>=dev-util/ninja-1.11.1-r3"
+ "reference:>=dev-build/ninja-1.11.1-r3"
samurai:dev-util/samurai
)
@@ -13,7 +13,7 @@ inherit app-alternatives
DESCRIPTION="ninja symlinks"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-RDEPEND="!<dev-util/ninja-1.11.1-r3"
+RDEPEND="!<dev-build/ninja-1.11.1-r3"
src_install() {
local alt=$(get_alternative)