diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:38:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:08 +0000 |
commit | bcc28afe5cb0f85a2da872178d0814b5f7153a38 (patch) | |
tree | e9abd5168ea19bf34cb3a87b07b62104fa300b2e /net-print/foo2zjs | |
parent | net-print/cups-filters: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-bcc28afe5cb0f85a2da872178d0814b5f7153a38.tar.gz gentoo-bcc28afe5cb0f85a2da872178d0814b5f7153a38.tar.bz2 gentoo-bcc28afe5cb0f85a2da872178d0814b5f7153a38.zip |
net-print/foo2zjs: 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 'net-print/foo2zjs')
-rw-r--r-- | net-print/foo2zjs/foo2zjs-20200221.ebuild | 4 | ||||
-rw-r--r-- | net-print/foo2zjs/foo2zjs-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-print/foo2zjs/foo2zjs-20200221.ebuild b/net-print/foo2zjs/foo2zjs-20200221.ebuild index 2e16ac81d528..6bfd213d2c6b 100644 --- a/net-print/foo2zjs/foo2zjs-20200221.ebuild +++ b/net-print/foo2zjs/foo2zjs-20200221.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} app-editors/vim net-misc/wget sys-apps/ed - sys-devel/bc + app-alternatives/bc test? ( sys-process/time )" SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" diff --git a/net-print/foo2zjs/foo2zjs-99999999.ebuild b/net-print/foo2zjs/foo2zjs-99999999.ebuild index a2cb6e6f268b..2a03dcc7030a 100644 --- a/net-print/foo2zjs/foo2zjs-99999999.ebuild +++ b/net-print/foo2zjs/foo2zjs-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ BDEPEND="app-arch/unzip app-editors/vim net-misc/wget sys-apps/ed - sys-devel/bc + app-alternatives/bc test? ( sys-process/time )" S="${WORKDIR}/${PN}" |