diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:39:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:09 +0000 |
commit | eafa1557aaec61ee6a18a2f3d5869122a18cc727 (patch) | |
tree | dc7a6dadad5c24f54e4ba5269e97e36a9b5b516c /sci-geosciences | |
parent | net-print/foo2zjs: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-eafa1557aaec61ee6a18a2f3d5869122a18cc727.tar.gz gentoo-eafa1557aaec61ee6a18a2f3d5869122a18cc727.tar.bz2 gentoo-eafa1557aaec61ee6a18a2f3d5869122a18cc727.zip |
sci-geosciences/gpsd: 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 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.24.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.25.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild index 65b0b1bf3424..b27d658a8811 100644 --- a/sci-geosciences/gpsd/gpsd-3.23.1-r2.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.23.1-r2.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=7 @@ -67,7 +67,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') - test? ( sys-devel/bc )" + test? ( app-alternatives/bc )" # asciidoctor package is for man page generation if [[ ${PV} == *9999* ]] ; then diff --git a/sci-geosciences/gpsd/gpsd-3.24.ebuild b/sci-geosciences/gpsd/gpsd-3.24.ebuild index b53f262d6c8e..ed42e9440986 100644 --- a/sci-geosciences/gpsd/gpsd-3.24.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.24.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=7 @@ -66,7 +66,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') - test? ( sys-devel/bc )" + test? ( app-alternatives/bc )" # asciidoctor package is for man page generation if [[ ${PV} == *9999* ]] ; then diff --git a/sci-geosciences/gpsd/gpsd-3.25.ebuild b/sci-geosciences/gpsd/gpsd-3.25.ebuild index 85c4b3064c90..6f1915f25cb3 100644 --- a/sci-geosciences/gpsd/gpsd-3.25.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.25.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 @@ -68,7 +68,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') - test? ( sys-devel/bc )" + test? ( app-alternatives/bc )" RDEPEND+=" selinux? ( sec-policy/selinux-gpsd )" # asciidoctor package is for man page generation diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 721ac25f08f4..68f8c0cfc864 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-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 @@ -68,7 +68,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-util/scons[${PYTHON_USEDEP}]') - test? ( sys-devel/bc )" + test? ( app-alternatives/bc )" RDEPEND+=" selinux? ( sec-policy/selinux-gpsd )" # asciidoctor package is for man page generation |