From 0e32ffdb0178f395581a64f678c8e29fad1ef9ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 23 Sep 2018 20:59:03 +0200 Subject: [PATCH] www-plugins/lightspark: 0.8.1 requires LLVM < 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/666834 Signed-off-by: Michał Górny --- www-plugins/lightspark/lightspark-0.8.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-plugins/lightspark/lightspark-0.8.1.ebuild b/www-plugins/lightspark/lightspark-0.8.1.ebuild index 6106645e3222..02f432a55440 100644 --- a/www-plugins/lightspark/lightspark-0.8.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils gnome2-utils nsplugins toolchain-funcs xdg-utils +inherit cmake-utils gnome2-utils llvm nsplugins toolchain-funcs xdg-utils EGIT_COMMIT="f6ed8284810ad91c277ed5d0835b215e7329450e" DESCRIPTION="High performance flash player" @@ -24,7 +24,7 @@ RDEPEND="app-arch/xz-utils:0= media-libs/libpng:0= media-libs/libsdl2:0= media-libs/sdl2-mixer:0= - >=sys-devel/llvm-3.4:= +