commit:     0e32ffdb0178f395581a64f678c8e29fad1ef9ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 18:59:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 19:07:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e32ffdb

www-plugins/lightspark: 0.8.1 requires LLVM < 7

Closes: https://bugs.gentoo.org/666834
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 6106645e322..02f432a5544 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:=
+       <sys-devel/llvm-7:=
        sys-libs/zlib:0=
        x11-libs/cairo:0=
        x11-libs/libX11:0=
@@ -48,6 +48,8 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${P/_rc*/}
 
+LLVM_MAX_SLOT=6
+
 src_configure() {
        local mycmakeargs=(
                -DENABLE_CURL=$(usex curl)

Reply via email to