Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/
Date: Thu, 05 Apr 2018 21:50:56
Message-Id: 1522954265.4ac9ca6e96bb387040407e5e399a33e03cede188.mgorny@gentoo
1 commit: 4ac9ca6e96bb387040407e5e399a33e03cede188
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 18:14:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 18:51:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac9ca6e
7
8 www-plugins/lightspark: new LLVM versions work in -9999
9
10 www-plugins/lightspark/lightspark-9999.ebuild | 6 ++----
11 1 file changed, 2 insertions(+), 4 deletions(-)
12
13 diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-9999.ebuild
14 index 435e878ed31..cd423dd63ad 100644
15 --- a/www-plugins/lightspark/lightspark-9999.ebuild
16 +++ b/www-plugins/lightspark/lightspark-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -14,8 +14,6 @@ SLOT="0"
24 KEYWORDS=""
25 IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp"
26
27 -# Note: code-wise llvm-4.0 is fine but due to CMake bug it can't work:
28 -# https://gitlab.kitware.com/cmake/cmake/issues/16606
29 RDEPEND="app-arch/xz-utils:0=
30 dev-cpp/glibmm:2=
31 >=dev-libs/boost-1.42:0=
32 @@ -27,7 +25,7 @@ RDEPEND="app-arch/xz-utils:0=
33 media-libs/libsdl2:0=
34 media-libs/sdl2-mixer:0=
35 >=sys-devel/gcc-4.6.0:*[cxx]
36 - >=sys-devel/llvm-3.4:0=
37 + >=sys-devel/llvm-3.4:=
38 sys-libs/zlib:0=
39 x11-libs/cairo:0=
40 x11-libs/gtk+:2=