diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:32:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:32:25 +0100 |
commit | 1e41c6903c4b6b61c030539e21287bf14562430e (patch) | |
tree | 0313e343a0f0b14a1cbc167a7bb5f148f449ed3b | |
parent | sys-block/fio: fix installation (doc filenames) (diff) | |
download | gentoo-1e41c6903c4b6b61c030539e21287bf14562430e.tar.gz gentoo-1e41c6903c4b6b61c030539e21287bf14562430e.tar.bz2 gentoo-1e41c6903c4b6b61c030539e21287bf14562430e.zip |
games-strategy/freeciv: add missing ICU dep
Closes: https://bugs.gentoo.org/838409
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | games-strategy/freeciv/freeciv-3.0.1-r1.ebuild (renamed from games-strategy/freeciv/freeciv-3.0.1.ebuild) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/freeciv/freeciv-3.0.1.ebuild b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild index ed4228f81246..01f0ad879e67 100644 --- a/games-strategy/freeciv/freeciv-3.0.1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild @@ -30,15 +30,16 @@ RDEPEND=" app-arch/bzip2 app-arch/xz-utils net-misc/curl + dev-libs/icu:= sys-libs/zlib auth? ( - !mysql? ( ( !sqlite? ( dev-db/mysql-connector-c:0= ) ) ) - mysql? ( dev-db/mysql-connector-c:0= ) + !mysql? ( ( !sqlite? ( dev-db/mysql-connector-c:= ) ) ) + mysql? ( dev-db/mysql-connector-c:= ) sqlite? ( dev-db/sqlite:3 ) ) - dedicated? ( aimodules? ( dev-libs/libltdl:0 ) ) + dedicated? ( aimodules? ( dev-libs/libltdl ) ) !dedicated? ( - media-libs/libpng:0 + media-libs/libpng gtk? ( x11-libs/gtk+:3 ) mapimg? ( media-gfx/imagemagick:= ) modpack? ( x11-libs/gtk+:3 ) @@ -55,19 +56,21 @@ RDEPEND=" media-libs/sdl2-image[png] media-libs/sdl2-ttf ) - server? ( aimodules? ( sys-devel/libtool:2 ) ) + server? ( aimodules? ( sys-devel/libtool ) ) sound? ( media-libs/libsdl2[sound] media-libs/sdl2-mixer[vorbis] ) ) - readline? ( sys-libs/readline:0= ) + readline? ( sys-libs/readline:= ) system-lua? ( ${LUA_DEPS} ) " DEPEND="${RDEPEND} !dedicated? ( x11-base/xorg-proto ) " +# Calls gzip during build BDEPEND=" + app-arch/gzip virtual/pkgconfig !dedicated? ( nls? ( sys-devel/gettext ) ) " |