diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:39:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:10 +0000 |
commit | 2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea (patch) | |
tree | c74a59454aac5018c849140ed93f4ef673714cf1 /sys-apps/man-pages | |
parent | sys-apps/heirloom-tools: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea.tar.gz gentoo-2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea.tar.bz2 gentoo-2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea.zip |
sys-apps/man-pages: 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 'sys-apps/man-pages')
-rw-r--r-- | sys-apps/man-pages/man-pages-6.04.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/man-pages/man-pages-6.05.01.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/man-pages/man-pages-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/man-pages/man-pages-6.04.ebuild b/sys-apps/man-pages/man-pages-6.04.ebuild index ac3c9f3aa840..7af943a8a925 100644 --- a/sys-apps/man-pages/man-pages-6.04.ebuild +++ b/sys-apps/man-pages/man-pages-6.04.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 @@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}" RESTRICT="binchecks" BDEPEND=" - sys-devel/bc + app-alternatives/bc " # Block packages that used to install colliding man pages: # bug #341953, bug #548900, bug #612640, bug #617462 diff --git a/sys-apps/man-pages/man-pages-6.05.01.ebuild b/sys-apps/man-pages/man-pages-6.05.01.ebuild index ac3c9f3aa840..7af943a8a925 100644 --- a/sys-apps/man-pages/man-pages-6.05.01.ebuild +++ b/sys-apps/man-pages/man-pages-6.05.01.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 @@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}" RESTRICT="binchecks" BDEPEND=" - sys-devel/bc + app-alternatives/bc " # Block packages that used to install colliding man pages: # bug #341953, bug #548900, bug #612640, bug #617462 diff --git a/sys-apps/man-pages/man-pages-9999.ebuild b/sys-apps/man-pages/man-pages-9999.ebuild index 19396bc206bf..4afe72595a0d 100644 --- a/sys-apps/man-pages/man-pages-9999.ebuild +++ b/sys-apps/man-pages/man-pages-9999.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 @@ -56,7 +56,7 @@ IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}" RESTRICT="binchecks" BDEPEND=" - sys-devel/bc + app-alternatives/bc " # Block packages that used to install colliding man pages: # bug #341953, bug #548900, bug #612640, bug #617462 |