diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:35:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:42:03 +0000 |
commit | ebaf09a1dd8e4f249d9ada222a58eb5f381e4eb0 (patch) | |
tree | dcb9b88cee381a4d4131c8b9ba87082b4daea2ab /games-fps | |
parent | dev-util/aruba: sys-devel/bc -> app-alternatives/bc (diff) | |
download | gentoo-ebaf09a1dd8e4f249d9ada222a58eb5f381e4eb0.tar.gz gentoo-ebaf09a1dd8e4f249d9ada222a58eb5f381e4eb0.tar.bz2 gentoo-ebaf09a1dd8e4f249d9ada222a58eb5f381e4eb0.zip |
games-fps/ut2003-demo: 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 'games-fps')
-rw-r--r-- | games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild index 37c4e15613e2..92c5ea481614 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist mirror strip" RDEPEND=" - sys-devel/bc + app-alternatives/bc sys-libs/glibc sys-libs/libstdc++-v3:5 virtual/opengl[abi_x86_32(-)] |