projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d102ca1
)
games-emulation/pcsx2: drop check for old gcc version
author
Yuri Konotopov
<ykonotopov@gnome.org>
Mon, 6 May 2019 14:25:24 +0000
(18:25 +0400)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/games-emulation/pcsx2/pcsx2-9999.ebuild
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index f287474f50598c2c658a571143ba81af7c7c3c8b..5526d71d9d27b4d846c177d1e7f1e96e1860745d 100644
(file)
--- 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