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: Sun, 23 Sep 2018 19:08:12
Message-Id: 1537729678.0e32ffdb0178f395581a64f678c8e29fad1ef9ca.mgorny@gentoo
1 commit: 0e32ffdb0178f395581a64f678c8e29fad1ef9ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 18:59:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 19:07:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e32ffdb
7
8 www-plugins/lightspark: 0.8.1 requires LLVM < 7
9
10 Closes: https://bugs.gentoo.org/666834
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 www-plugins/lightspark/lightspark-0.8.1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/www-plugins/lightspark/lightspark-0.8.1.ebuild b/www-plugins/lightspark/lightspark-0.8.1.ebuild
17 index 6106645e322..02f432a5544 100644
18 --- a/www-plugins/lightspark/lightspark-0.8.1.ebuild
19 +++ b/www-plugins/lightspark/lightspark-0.8.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit cmake-utils gnome2-utils nsplugins toolchain-funcs xdg-utils
25 +inherit cmake-utils gnome2-utils llvm nsplugins toolchain-funcs xdg-utils
26
27 EGIT_COMMIT="f6ed8284810ad91c277ed5d0835b215e7329450e"
28 DESCRIPTION="High performance flash player"
29 @@ -24,7 +24,7 @@ RDEPEND="app-arch/xz-utils:0=
30 media-libs/libpng:0=
31 media-libs/libsdl2:0=
32 media-libs/sdl2-mixer:0=
33 - >=sys-devel/llvm-3.4:=
34 + <sys-devel/llvm-7:=
35 sys-libs/zlib:0=
36 x11-libs/cairo:0=
37 x11-libs/libX11:0=
38 @@ -48,6 +48,8 @@ DEPEND="${RDEPEND}
39
40 S=${WORKDIR}/${P/_rc*/}
41
42 +LLVM_MAX_SLOT=6
43 +
44 src_configure() {
45 local mycmakeargs=(
46 -DENABLE_CURL=$(usex curl)