diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:35:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:02 +0000 |
commit | 5ecc1800cf70e37c4f1ad18fcd2147bdb2fa6f42 (patch) | |
tree | cab927f7c05f1bab43fec761296055003a4e588b /dev-lisp | |
parent | dev-libs/openssl-compat: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-5ecc1800cf70e37c4f1ad18fcd2147bdb2fa6f42.tar.gz gentoo-5ecc1800cf70e37c4f1ad18fcd2147bdb2fa6f42.tar.bz2 gentoo-5ecc1800cf70e37c4f1ad18fcd2147bdb2fa6f42.zip |
dev-lisp/cmucl: 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 'dev-lisp')
-rw-r--r-- | dev-lisp/cmucl/cmucl-21c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild index 310cc6a4dd90..13481e06b89a 100644 --- a/dev-lisp/cmucl/cmucl-21c.ebuild +++ b/dev-lisp/cmucl/cmucl-21c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ IUSE="X doc source" CDEPEND=">=dev-lisp/asdf-2.33-r3:= x11-libs/motif:0" DEPEND="${CDEPEND} - sys-devel/bc + app-alternatives/bc doc? ( virtual/latex-base )" RDEPEND="${CDEPEND}" |