commit:     7602f895c9669f6d7fa94dd5764b0ee4924c0c79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 18:16:35 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 18:51:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7602f895

www-plugins/lightspark: Remove test for ancient GCC in -9999

 www-plugins/lightspark/lightspark-9999.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/www-plugins/lightspark/lightspark-9999.ebuild 
b/www-plugins/lightspark/lightspark-9999.ebuild
index bfec3b32acd..09a12ccd261 100644
--- a/www-plugins/lightspark/lightspark-9999.ebuild
+++ b/www-plugins/lightspark/lightspark-9999.ebuild
@@ -24,7 +24,6 @@ RDEPEND="app-arch/xz-utils:0=
        media-libs/libpng:0=
        media-libs/libsdl2:0=
        media-libs/sdl2-mixer:0=
-       >=sys-devel/gcc-4.6.0:*[cxx]
        >=sys-devel/llvm-3.4:=
        sys-libs/zlib:0=
        x11-libs/cairo:0=
@@ -49,15 +48,6 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${P/_rc*/}
 
-pkg_pretend() {
-       if [[ ${MERGE_TYPE} != binary ]]; then
-               if tc-is-gcc && [[ $(gcc-major-version) == 4 && 
$(gcc-minor-version) -lt 6 || $(gcc-major-version) -lt 4 ]] ; then
-                       eerror "You need at least sys-devel/gcc-4.6.0"
-                       die "You need at least sys-devel/gcc-4.6.0"
-               fi
-       fi
-}
-
 src_configure() {
        local mycmakeargs=(
                -DENABLE_CURL=$(usex curl)

Reply via email to