diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:36:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:23 +0000 |
commit | cea52ad45c8ae7981e8033d19c48306f2a000e08 (patch) | |
tree | f8f55873aac060ab37704904766b4bb8c80a0491 /dev-util | |
parent | dev-util/clion: dev-util/ninja -> app-alternatives/ninja (diff) | |
download | gentoo-cea52ad45c8ae7981e8033d19c48306f2a000e08.tar.gz gentoo-cea52ad45c8ae7981e8033d19c48306f2a000e08.tar.bz2 gentoo-cea52ad45c8ae7981e8033d19c48306f2a000e08.zip |
dev-util/gn: 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-util')
-rw-r--r-- | dev-util/gn/gn-0.2049.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gn/gn-0.2077.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gn/gn-0.2088.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gn/gn-0.2114.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gn/gn-0.2122.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gn/gn-9999.ebuild | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/dev-util/gn/gn-0.2049.ebuild b/dev-util/gn/gn-0.2049.ebuild index 80af7cdf6f78..4778d017b5cb 100644 --- a/dev-util/gn/gn-0.2049.ebuild +++ b/dev-util/gn/gn-0.2049.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ IUSE="vim-syntax" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( diff --git a/dev-util/gn/gn-0.2077.ebuild b/dev-util/gn/gn-0.2077.ebuild index ab0180f314d7..5566e264e3de 100644 --- a/dev-util/gn/gn-0.2077.ebuild +++ b/dev-util/gn/gn-0.2077.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ IUSE="vim-syntax" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( diff --git a/dev-util/gn/gn-0.2088.ebuild b/dev-util/gn/gn-0.2088.ebuild index a68b570ed9b3..d219107c1dbc 100644 --- a/dev-util/gn/gn-0.2088.ebuild +++ b/dev-util/gn/gn-0.2088.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( diff --git a/dev-util/gn/gn-0.2114.ebuild b/dev-util/gn/gn-0.2114.ebuild index b44aa0e8b64d..e7e680b79c4e 100644 --- a/dev-util/gn/gn-0.2114.ebuild +++ b/dev-util/gn/gn-0.2114.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( diff --git a/dev-util/gn/gn-0.2122.ebuild b/dev-util/gn/gn-0.2122.ebuild index 8d7926f1503a..e49600fc3955 100644 --- a/dev-util/gn/gn-0.2122.ebuild +++ b/dev-util/gn/gn-0.2122.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( diff --git a/dev-util/gn/gn-9999.ebuild b/dev-util/gn/gn-9999.ebuild index 399b5b73b12b..6ed90545455f 100644 --- a/dev-util/gn/gn-9999.ebuild +++ b/dev-util/gn/gn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" BDEPEND=" ${PYTHON_DEPS} - dev-util/ninja + app-alternatives/ninja " PATCHES=( |