diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-02-05 12:28:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-02-05 12:28:38 +0000 |
commit | 6a3802395b60d8de48f93d50c35593cc4a1b8065 (patch) | |
tree | 0a53ec81f8eaaf7c809b3abf154026ef78551b4b | |
parent | cb174c2d285f87604bc43b7027efa65db510eec0 (diff) |
revert gentoo commit : https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1fdd95b31b863a0d8e3e60353ea675eb61422e (aka, don't force new dev-libs/icu upon us)
-rw-r--r-- | games-simulation/openttd/openttd-1.6.0.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/games-simulation/openttd/openttd-1.6.0.ebuild b/games-simulation/openttd/openttd-1.6.0.ebuild index 6a080a0e..debc52b9 100644 --- a/games-simulation/openttd/openttd-1.6.0.ebuild +++ b/games-simulation/openttd/openttd-1.6.0.ebuild @@ -17,17 +17,7 @@ RESTRICT="test" # needs a graphics set in order to test RDEPEND="!dedicated? ( media-libs/libsdl[sound,X,video] - icu? ( - || ( - ( - dev-libs/icu-layoutex - dev-libs/icu-le-hb - >=dev-libs/icu-58.1 - ) - <dev-libs/icu-58.1 - ) - dev-libs/icu:= - ) + icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig media-libs/freetype:2 |