diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-17 14:33:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-17 16:22:51 +0100 |
commit | d10a1d24bbfe74a789f0e736cee2ba659cc91000 (patch) | |
tree | 251e77c99c4a0b9d2f73f77e632f60b733d18b01 /sys-apps/paludis | |
parent | games-misc/bsd-games-non-free: bsd-games-non-free is gone (diff) | |
download | gentoo-d10a1d24bbfe74a789f0e736cee2ba659cc91000.tar.gz gentoo-d10a1d24bbfe74a789f0e736cee2ba659cc91000.tar.bz2 gentoo-d10a1d24bbfe74a789f0e736cee2ba659cc91000.zip |
sys-apps/paludis: Remove really old gcc checks in -9999
Diffstat (limited to 'sys-apps/paludis')
-rw-r--r-- | sys-apps/paludis/paludis-9999.ebuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 911a00d657f2..d61f74ae79cb 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -67,16 +67,6 @@ pkg_pretend() { fi fi fi - - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 - || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ) ]] - then - eerror "Paludis requires at least gcc 4.7 to build. Please switch the active" - eerror "gcc version using gcc-config." - die "Paludis requires at least gcc 4.7" - fi - fi } pkg_setup() { |