diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:36:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:04 +0000 |
commit | eaf42cf54068e3ca2533639c075169158b9ef9d9 (patch) | |
tree | 423602056b6040ea78248ba6a09d757708fe233a /media-gfx | |
parent | media-gfx/mkgallery: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-eaf42cf54068e3ca2533639c075169158b9ef9d9.tar.gz gentoo-eaf42cf54068e3ca2533639c075169158b9ef9d9.tar.bz2 gentoo-eaf42cf54068e3ca2533639c075169158b9ef9d9.zip |
media-gfx/tintii: 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 'media-gfx')
-rw-r--r-- | media-gfx/tintii/tintii-2.10.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/tintii/tintii-2.10.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/tintii/tintii-2.10.0-r1.ebuild b/media-gfx/tintii/tintii-2.10.0-r1.ebuild index fdaaaed69261..ccb7a70d89da 100644 --- a/media-gfx/tintii/tintii-2.10.0-r1.ebuild +++ b/media-gfx/tintii/tintii-2.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost " -BDEPEND="sys-devel/bc" +BDEPEND="app-alternatives/bc" src_prepare() { default diff --git a/media-gfx/tintii/tintii-2.10.0-r2.ebuild b/media-gfx/tintii/tintii-2.10.0-r2.ebuild index 5f7cbdb6b451..e7518338c7b0 100644 --- a/media-gfx/tintii/tintii-2.10.0-r2.ebuild +++ b/media-gfx/tintii/tintii-2.10.0-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=8 @@ -21,7 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost " -BDEPEND="sys-devel/bc" +BDEPEND="app-alternatives/bc" src_prepare() { default |