diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:34:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:41:59 +0000 |
commit | 801511e207a6946b9da4a16077beea39bb9ea540 (patch) | |
tree | 72ffcd783c9a474379dacddfff5136cf4b4fef31 /app-office/lyx | |
parent | app-misc/ansiweather: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-801511e207a6946b9da4a16077beea39bb9ea540.tar.gz gentoo-801511e207a6946b9da4a16077beea39bb9ea540.tar.bz2 gentoo-801511e207a6946b9da4a16077beea39bb9ea540.zip |
app-office/lyx: 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-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-2.3.7.ebuild b/app-office/lyx/lyx-2.3.7.ebuild index ce701fb3b6d1..6b8f2be77d4d 100644 --- a/app-office/lyx/lyx-2.3.7.ebuild +++ b/app-office/lyx/lyx-2.3.7.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 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # bc needed http://comments.gmane.org/gmane.editors.lyx.devel/137498 and bug #787839 BDEPEND=" - sys-devel/bc + app-alternatives/bc virtual/pkgconfig nls? ( sys-devel/gettext ) " |