games-emulation/pcsx2: drop check for old gcc version
authorYuri Konotopov <ykonotopov@gnome.org>
Mon, 6 May 2019 14:25:24 +0000 (18:25 +0400)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 17:03:36 +0000 (19:03 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
games-emulation/pcsx2/pcsx2-9999.ebuild

index f287474f50598c2c658a571143ba81af7c7c3c8b..5526d71d9d27b4d846c177d1e7f1e96e1860745d 100644 (file)
@@ -42,10 +42,6 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
        if [[ ${MERGE_TYPE} != binary && $(tc-getCC) == *gcc* ]]; then
-               if [[ $(gcc-major-version) -lt 4 || $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 8 ]] ; then
-                       die "${PN} does not compile with gcc less than 4.8"
-               fi
-
                # -mxsave flag is needed when GCC >= 8.2 is used
                # https://bugs.gentoo.org/685156
                if [[ $(gcc-major-version) -gt 8 || $(gcc-major-version) == 8 && $(gcc-minor-version) -ge 2 ]]; then