From 3b1fdd95b31b863a0d8e3e60353ea675eb61422e Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 31 Dec 2016 03:51:08 +0300 Subject: games-simulation/openttd: require icu-layoutex alongside with recent icu Gentoo bug: 601302 Closes: https://github.com/gentoo/gentoo/pull/3289 --- games-simulation/openttd/openttd-1.6.0.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'games-simulation/openttd') 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 + ) +