From 43f4fcf7220a6525b517454af455d9512b356fde Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Mon, 6 May 2019 18:25:24 +0400 Subject: games-emulation/pcsx2: drop check for old gcc version Signed-off-by: Andreas Sturmlechner --- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) (limited to 'games-emulation/pcsx2') 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 -- cgit v1.2.3-65-gdbad