Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/
Date: Sun, 01 Jan 2017 17:19:24
Message-Id: 1483291155.3b1fdd95b31b863a0d8e3e60353ea675eb61422e.polynomial-c@gentoo
1 commit: 3b1fdd95b31b863a0d8e3e60353ea675eb61422e
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 31 00:51:08 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 17:19:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1fdd95
7
8 games-simulation/openttd: require icu-layoutex alongside with recent icu
9
10 Gentoo bug: 601302
11 Closes: https://github.com/gentoo/gentoo/pull/3289
12
13 games-simulation/openttd/openttd-1.6.0.ebuild | 12 +++++++++++-
14 1 file changed, 11 insertions(+), 1 deletion(-)
15
16 diff --git a/games-simulation/openttd/openttd-1.6.0.ebuild b/games-simulation/openttd/openttd-1.6.0.ebuild
17 index debc52b..6a080a0 100644
18 --- a/games-simulation/openttd/openttd-1.6.0.ebuild
19 +++ b/games-simulation/openttd/openttd-1.6.0.ebuild
20 @@ -17,7 +17,17 @@ RESTRICT="test" # needs a graphics set in order to test
21
22 RDEPEND="!dedicated? (
23 media-libs/libsdl[sound,X,video]
24 - icu? ( dev-libs/icu:= )
25 + icu? (
26 + || (
27 + (
28 + dev-libs/icu-layoutex
29 + dev-libs/icu-le-hb
30 + >=dev-libs/icu-58.1
31 + )
32 + <dev-libs/icu-58.1
33 + )
34 + dev-libs/icu:=
35 + )
36 truetype? (
37 media-libs/fontconfig
38 media-libs/freetype:2