summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 01:23:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 23:52:29 +0200
commit0fc5e6a4ddb0aa71e6e5cef12ea7cffb12747fe7 (patch)
tree7bcc70d2bfa8abb582a352832fb51e4212e18927 /app-office/libreoffice
parentapp-office/libreoffice: Allow alternatives to kioclient:4 (diff)
downloadgentoo-0fc5e6a4ddb0aa71e6e5cef12ea7cffb12747fe7.tar.gz
gentoo-0fc5e6a4ddb0aa71e6e5cef12ea7cffb12747fe7.tar.bz2
gentoo-0fc5e6a4ddb0aa71e6e5cef12ea7cffb12747fe7.zip
app-office/libreoffice: Drop obsolete checks
- <GCC-4.9 is masked - <PostgreSQL-9.1 not in tree Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index ca3407b6f010..5576dcd1146a 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -271,23 +271,6 @@ pkg_pretend() {
CHECKREQS_DISK_BUILD="6G"
fi
check-reqs_pkg_pretend
-
- if ! $(tc-is-clang) && { [[ $(gcc-major-version) -lt 4 ]] ||
- [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]]; } then
- eerror "Compilation with gcc older than 4.7 is not supported"
- die "Too old gcc found."
- fi
- fi
-
- # Ensure pg version but we have to be sure the pg is installed (first
- # install on clean system)
- if use postgres && has_version dev-db/postgresql; then
- local pgslot=$(postgresql-config show)
- if [[ ${pgslot//.} -lt 90 ]] ; then
- eerror "PostgreSQL slot must be set to 9.0 or higher."
- eerror " postgresql-config set 9.0"
- die "PostgreSQL slot is not set to 9.0 or higher."
- fi
fi
}