www-plugins/lightspark: 0.8.1 requires LLVM < 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 23 Sep 2018 18:59:03 +0000 (20:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 23 Sep 2018 19:07:58 +0000 (21:07 +0200)
Closes: https://bugs.gentoo.org/666834
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-plugins/lightspark/lightspark-0.8.1.ebuild

index 6106645e3222e25ab6f95479ff511a0e3aa6321a..02f432a554400c9a3682973b68d97e909b1c4e4c 100644 (file)
@@ -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)