diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-05 20:14:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-05 20:51:05 +0200 |
commit | 4ac9ca6e96bb387040407e5e399a33e03cede188 (patch) | |
tree | 5b947aee4e72a46b9ac69438c5ebcaa3a174ca23 /www-plugins | |
parent | dev-perl/TheSchwartz: x86 stable (bug #652284) (diff) | |
download | gentoo-4ac9ca6e96bb387040407e5e399a33e03cede188.tar.gz gentoo-4ac9ca6e96bb387040407e5e399a33e03cede188.tar.bz2 gentoo-4ac9ca6e96bb387040407e5e399a33e03cede188.zip |
www-plugins/lightspark: new LLVM versions work in -9999
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/lightspark/lightspark-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-9999.ebuild index 435e878ed31e..cd423dd63ad3 100644 --- a/www-plugins/lightspark/lightspark-9999.ebuild +++ b/www-plugins/lightspark/lightspark-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="" IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp" -# Note: code-wise llvm-4.0 is fine but due to CMake bug it can't work: -# https://gitlab.kitware.com/cmake/cmake/issues/16606 RDEPEND="app-arch/xz-utils:0= dev-cpp/glibmm:2= >=dev-libs/boost-1.42:0= @@ -27,7 +25,7 @@ RDEPEND="app-arch/xz-utils:0= media-libs/libsdl2:0= media-libs/sdl2-mixer:0= >=sys-devel/gcc-4.6.0:*[cxx] - >=sys-devel/llvm-3.4:0= + >=sys-devel/llvm-3.4:= sys-libs/zlib:0= x11-libs/cairo:0= x11-libs/gtk+:2= |