From: Yuri Konotopov Date: Mon, 6 May 2019 14:25:24 +0000 (+0400) Subject: games-emulation/pcsx2: drop check for old gcc version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43f4fcf7220a6525b517454af455d9512b356fde;p=gentoo.git games-emulation/pcsx2: drop check for old gcc version Signed-off-by: Andreas Sturmlechner --- diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index f287474f5059..5526d71d9d27 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -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