diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:34:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:41:58 +0000 |
commit | cb41928637d47b32f18c115b746514a5e865ca40 (patch) | |
tree | c0158c09944f6cdc086381b389f640f1e3a9d34b | |
parent | app-emulation/qemu: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-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.ebuild | 4 |
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 ) " |