diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:36:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:21 +0000 |
commit | dad0c19d1cd8e79e73586ab43db4dac9281676b5 (patch) | |
tree | 884dbf1fa34b2087f3afce5a1f83bd45a43409c1 /app-emulation/qemu-guest-agent | |
parent | unpacker.eclass: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-dad0c19d1cd8e79e73586ab43db4dac9281676b5.tar.gz gentoo-dad0c19d1cd8e79e73586ab43db4dac9281676b5.tar.bz2 gentoo-dad0c19d1cd8e79e73586ab43db4dac9281676b5.zip |
app-emulation/qemu-guest-agent: 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 'app-emulation/qemu-guest-agent')
4 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild index d2ba04536748..89b3517badc9 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.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 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} dev-lang/perl - dev-util/ninja" + app-alternatives/ninja" S="${WORKDIR}/${MY_P}" diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.0.ebuild index 52a9e45d3b55..4b64963e345a 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.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 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} dev-lang/perl - dev-util/ninja" + app-alternatives/ninja" S="${WORKDIR}/${MY_P}" diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.2.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.2.ebuild index 7fe0fb48886c..cbca89288f83 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.2.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.2.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 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} dev-lang/perl - dev-util/ninja" + app-alternatives/ninja" S="${WORKDIR}/${MY_P}" diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild index 31007620573e..86f9742a3e18 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.0.3.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 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} dev-lang/perl - dev-util/ninja" + app-alternatives/ninja" S="${WORKDIR}/${MY_P}" |