Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Sun, 06 Aug 2017 12:41:40
Message-Id: 1502023234.2348ec2b634435ce5d2dffeb428df6caab97e32f.asturm@gentoo
1 commit: 2348ec2b634435ce5d2dffeb428df6caab97e32f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 12:40:01 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 12:40:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2348ec2b
7
8 app-office/libreoffice: Drop obsolete checks
9
10 Gentoo-bug: 625372
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-office/libreoffice/libreoffice-5.3.4.2.ebuild | 17 -----------------
15 1 file changed, 17 deletions(-)
16
17 diff --git a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
18 index 2fca4af8309..c16e3878181 100644
19 --- a/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
20 +++ b/app-office/libreoffice/libreoffice-5.3.4.2.ebuild
21 @@ -267,23 +267,6 @@ pkg_pretend() {
22 CHECKREQS_DISK_BUILD="6G"
23 fi
24 check-reqs_pkg_pretend
25 -
26 - if ! $(tc-is-clang) && { [[ $(gcc-major-version) -lt 4 ]] ||
27 - [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]]; } then
28 - eerror "Compilation with gcc older than 4.7 is not supported"
29 - die "Too old gcc found."
30 - fi
31 - fi
32 -
33 - # Ensure pg version but we have to be sure the pg is installed (first
34 - # install on clean system)
35 - if use postgres && has_version dev-db/postgresql; then
36 - local pgslot=$(postgresql-config show)
37 - if [[ ${pgslot//.} -lt 90 ]] ; then
38 - eerror "PostgreSQL slot must be set to 9.0 or higher."
39 - eerror " postgresql-config set 9.0"
40 - die "PostgreSQL slot is not set to 9.0 or higher."
41 - fi
42 fi
43 }