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: Thu, 05 Apr 2018 21:50:57
Message-Id: 1522954266.7602f895c9669f6d7fa94dd5764b0ee4924c0c79.mgorny@gentoo
1 commit: 7602f895c9669f6d7fa94dd5764b0ee4924c0c79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 18:16:35 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 18:51:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7602f895
7
8 www-plugins/lightspark: Remove test for ancient GCC in -9999
9
10 www-plugins/lightspark/lightspark-9999.ebuild | 10 ----------
11 1 file changed, 10 deletions(-)
12
13 diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-9999.ebuild
14 index bfec3b32acd..09a12ccd261 100644
15 --- a/www-plugins/lightspark/lightspark-9999.ebuild
16 +++ b/www-plugins/lightspark/lightspark-9999.ebuild
17 @@ -24,7 +24,6 @@ RDEPEND="app-arch/xz-utils:0=
18 media-libs/libpng:0=
19 media-libs/libsdl2:0=
20 media-libs/sdl2-mixer:0=
21 - >=sys-devel/gcc-4.6.0:*[cxx]
22 >=sys-devel/llvm-3.4:=
23 sys-libs/zlib:0=
24 x11-libs/cairo:0=
25 @@ -49,15 +48,6 @@ DEPEND="${RDEPEND}
26
27 S=${WORKDIR}/${P/_rc*/}
28
29 -pkg_pretend() {
30 - if [[ ${MERGE_TYPE} != binary ]]; then
31 - if tc-is-gcc && [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 6 || $(gcc-major-version) -lt 4 ]] ; then
32 - eerror "You need at least sys-devel/gcc-4.6.0"
33 - die "You need at least sys-devel/gcc-4.6.0"
34 - fi
35 - fi
36 -}
37 -
38 src_configure() {
39 local mycmakeargs=(
40 -DENABLE_CURL=$(usex curl)