Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/
Date: Fri, 24 Apr 2020 20:54:17
Message-Id: 1587761636.d403cb4145db8a28de51199bb90ec00f3c75fbf5.dilfridge@gentoo
1 commit: d403cb4145db8a28de51199bb90ec00f3c75fbf5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 20:53:07 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 20:53:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403cb41
7
8 app-office/libreoffice-bin: Drop gcc version check, outdated
9
10 Closes: https://bugs.gentoo.org/699122
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild | 6 ------
15 1 file changed, 6 deletions(-)
16
17 diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild b/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild
18 index 2e36bbc7b7c..e29317cfd88 100644
19 --- a/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild
20 +++ b/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild
21 @@ -195,12 +195,6 @@ PYTHON_UPDATER_IGNORE="1"
22
23 QA_PREBUILT="/usr/*"
24
25 -pkg_pretend() {
26 - [[ $(gcc-major-version) -lt 4 ]] || \
27 - ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
28 - && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
29 -}
30 -
31 pkg_setup() {
32 python-single-r1_pkg_setup
33 }