diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:33:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:41:57 +0000 |
commit | 9f3d29731c6a4e07afcf53c501ad13f5d4ee33a1 (patch) | |
tree | a5bbaaf2b76a6608ee5e4ddeae5f9d5999a8a36b /app-admin/clustershell/clustershell-1.9.2.ebuild | |
parent | sys-kernel/vanilla-sources: add 6.7.0 (diff) | |
download | gentoo-9f3d29731c6a4e07afcf53c501ad13f5d4ee33a1.tar.gz gentoo-9f3d29731c6a4e07afcf53c501ad13f5d4ee33a1.tar.bz2 gentoo-9f3d29731c6a4e07afcf53c501ad13f5d4ee33a1.zip |
app-admin/clustershell: sys-devel/bc -> app-alternatives/bc
All of these will be using app-alternatives/bc anyway as they're not calling
bc-reference, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/clustershell/clustershell-1.9.2.ebuild')
-rw-r--r-- | app-admin/clustershell/clustershell-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clustershell/clustershell-1.9.2.ebuild b/app-admin/clustershell/clustershell-1.9.2.ebuild index e74efc534a34..30dcc094b0f4 100644 --- a/app-admin/clustershell/clustershell-1.9.2.ebuild +++ b/app-admin/clustershell/clustershell-1.9.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 @@ -26,7 +26,7 @@ BDEPEND=" test? ( app-shells/pdsh virtual/openssh - sys-devel/bc + app-alternatives/bc ) " |