summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-06 14:40:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-06 14:40:34 +0200
commit2348ec2b634435ce5d2dffeb428df6caab97e32f (patch)
tree411aed25c9f4d723649c22ea601c8747916e153d /app-office/libreoffice
parentdev-ml/reactiveData: update to opam.eclass (diff)
downloadgentoo-2348ec2b634435ce5d2dffeb428df6caab97e32f.tar.gz
gentoo-2348ec2b634435ce5d2dffeb428df6caab97e32f.tar.bz2
gentoo-2348ec2b634435ce5d2dffeb428df6caab97e32f.zip
app-office/libreoffice: Drop obsolete checks
Gentoo-bug: 625372 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-5.3.4.2.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
index 2fca4af83099..c16e38781812 100644
--- a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
@@ -267,23 +267,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
}