diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-12-31 03:51:08 +0300 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-01 18:19:15 +0100 |
commit | 3b1fdd95b31b863a0d8e3e60353ea675eb61422e (patch) | |
tree | 08117bb8126623d2a8e8ca0a5ae34d674043cc5b /games-simulation/openttd | |
parent | net-ftp/pure-ftpd: Removed old. (diff) | |
download | gentoo-3b1fdd95b31b863a0d8e3e60353ea675eb61422e.tar.gz gentoo-3b1fdd95b31b863a0d8e3e60353ea675eb61422e.tar.bz2 gentoo-3b1fdd95b31b863a0d8e3e60353ea675eb61422e.zip |
games-simulation/openttd: require icu-layoutex alongside with recent icu
Gentoo bug: 601302
Closes: https://github.com/gentoo/gentoo/pull/3289
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/openttd-1.6.0.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/games-simulation/openttd/openttd-1.6.0.ebuild b/games-simulation/openttd/openttd-1.6.0.ebuild index debc52b9ea6b..6a080a0ef48f 100644 --- a/games-simulation/openttd/openttd-1.6.0.ebuild +++ b/games-simulation/openttd/openttd-1.6.0.ebuild @@ -17,7 +17,17 @@ RESTRICT="test" # needs a graphics set in order to test RDEPEND="!dedicated? ( media-libs/libsdl[sound,X,video] - icu? ( dev-libs/icu:= ) + icu? ( + || ( + ( + dev-libs/icu-layoutex + dev-libs/icu-le-hb + >=dev-libs/icu-58.1 + ) + <dev-libs/icu-58.1 + ) + dev-libs/icu:= + ) truetype? ( media-libs/fontconfig media-libs/freetype:2 |