diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-08 09:35:40 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-08 09:35:53 +0100 |
commit | 3d0a27764c5101edc3888851f7300f74a4164979 (patch) | |
tree | 7760eac2fa07a275133bc6ff83ed3798dde1d835 /games-simulation | |
parent | dev-python/djangocms-picture: removed version 2.0.2 (diff) | |
download | gentoo-3d0a27764c5101edc3888851f7300f74a4164979.tar.gz gentoo-3d0a27764c5101edc3888851f7300f74a4164979.tar.bz2 gentoo-3d0a27764c5101edc3888851f7300f74a4164979.zip |
games-simulation/openttd: Fixed dependency for >=icu-58.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/openttd-1.6.1.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/games-simulation/openttd/openttd-1.6.1.ebuild b/games-simulation/openttd/openttd-1.6.1.ebuild index d3cebc201b41..bac156eb335b 100644 --- a/games-simulation/openttd/openttd-1.6.1.ebuild +++ b/games-simulation/openttd/openttd-1.6.1.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 |