commit: 3d0a27764c5101edc3888851f7300f74a4164979
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 08:35:40 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 08:35:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0a2776
games-simulation/openttd: Fixed dependency for >=icu-58.1
Package-Manager: portage-2.3.2
games-simulation/openttd/openttd-1.6.1.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/games-simulation/openttd/openttd-1.6.1.ebuild
b/games-simulation/openttd/openttd-1.6.1.ebuild
index d3cebc2..bac156e 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