summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 09:34:34 +0000
committerSam James <sam@gentoo.org>2024-01-08 09:41:58 +0000
commitcb41928637d47b32f18c115b746514a5e865ca40 (patch)
treec0158c09944f6cdc086381b389f640f1e3a9d34b
parentapp-emulation/qemu: sys-devel/bc -> app-alternatives/bc (diff)
downloadgentoo-cb41928637d47b32f18c115b746514a5e865ca40.tar.gz
gentoo-cb41928637d47b32f18c115b746514a5e865ca40.tar.bz2
gentoo-cb41928637d47b32f18c115b746514a5e865ca40.zip
app-misc/ansiweather: 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>
-rw-r--r--app-misc/ansiweather/ansiweather-1.19.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ansiweather/ansiweather-1.19.0.ebuild b/app-misc/ansiweather/ansiweather-1.19.0.ebuild
index ad4bc98c6ebd..3d165691bb23 100644
--- a/app-misc/ansiweather/ansiweather-1.19.0.ebuild
+++ b/app-misc/ansiweather/ansiweather-1.19.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
@@ -20,7 +20,7 @@ SLOT="0"
RDEPEND="
app-misc/jq
- sys-devel/bc
+ app-alternatives/bc
|| ( net-misc/curl net-ftp/ftp net-misc/wget )
"