diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:35:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:00 +0000 |
commit | 3025afdcd36eda752b237a2c8e1276f9f0b050ed (patch) | |
tree | 611d95da0107e3954e1a5a720c6dd29dd4c8e9e1 /dev-lang/mono | |
parent | dev-java/icedtea-web: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-3025afdcd36eda752b237a2c8e1276f9f0b050ed.tar.gz gentoo-3025afdcd36eda752b237a2c8e1276f9f0b050ed.tar.bz2 gentoo-3025afdcd36eda752b237a2c8e1276f9f0b050ed.zip |
dev-lang/mono: 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-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-6.12.0.182.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-6.12.0.199-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-6.12.0.199-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mono/mono-6.12.0.199.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index db863dba7181..743b96a02c63 100644 --- a/dev-lang/mono/mono-6.12.0.122.ebuild +++ b/dev-lang/mono/mono-6.12.0.122.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 @@ -32,7 +32,7 @@ RDEPEND=" # CMake is used for bundled deps BDEPEND=" dev-util/cmake - sys-devel/bc + app-alternatives/bc app-alternatives/yacc pax-kernel? ( sys-apps/elfix ) " diff --git a/dev-lang/mono/mono-6.12.0.182.ebuild b/dev-lang/mono/mono-6.12.0.182.ebuild index 7b6bdb661589..0641b48b5bc1 100644 --- a/dev-lang/mono/mono-6.12.0.182.ebuild +++ b/dev-lang/mono/mono-6.12.0.182.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 @@ -32,7 +32,7 @@ RDEPEND=" # CMake is used for bundled deps BDEPEND=" dev-util/cmake - sys-devel/bc + app-alternatives/bc app-alternatives/yacc pax-kernel? ( sys-apps/elfix ) " diff --git a/dev-lang/mono/mono-6.12.0.199-r1.ebuild b/dev-lang/mono/mono-6.12.0.199-r1.ebuild index 204593665083..8a3656979102 100644 --- a/dev-lang/mono/mono-6.12.0.199-r1.ebuild +++ b/dev-lang/mono/mono-6.12.0.199-r1.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 @@ -32,7 +32,7 @@ RDEPEND=" # CMake is used for bundled deps BDEPEND=" dev-util/cmake - sys-devel/bc + app-alternatives/bc app-alternatives/yacc pax-kernel? ( sys-apps/elfix ) " diff --git a/dev-lang/mono/mono-6.12.0.199-r2.ebuild b/dev-lang/mono/mono-6.12.0.199-r2.ebuild index f18742acabed..97082284fc0c 100644 --- a/dev-lang/mono/mono-6.12.0.199-r2.ebuild +++ b/dev-lang/mono/mono-6.12.0.199-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 @@ -32,7 +32,7 @@ RDEPEND=" # CMake is used for bundled deps BDEPEND=" dev-util/cmake - sys-devel/bc + app-alternatives/bc app-alternatives/yacc pax-kernel? ( sys-apps/elfix ) " diff --git a/dev-lang/mono/mono-6.12.0.199.ebuild b/dev-lang/mono/mono-6.12.0.199.ebuild index 6d4584e910e1..49e4c7536d2d 100644 --- a/dev-lang/mono/mono-6.12.0.199.ebuild +++ b/dev-lang/mono/mono-6.12.0.199.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 @@ -32,7 +32,7 @@ RDEPEND=" # CMake is used for bundled deps BDEPEND=" dev-util/cmake - sys-devel/bc + app-alternatives/bc app-alternatives/yacc pax-kernel? ( sys-apps/elfix ) " |