From d403cb4145db8a28de51199bb90ec00f3c75fbf5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 24 Apr 2020 23:53:07 +0300 Subject: [PATCH] app-office/libreoffice-bin: Drop gcc version check, outdated MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/699122 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- .../libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild | 6 ------ 1 file changed, 6 deletions(-) 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 index 2e36bbc7b7c0..e29317cfd888 100644 --- 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 @@ -195,12 +195,6 @@ PYTHON_UPDATER_IGNORE="1" QA_PREBUILT="/usr/*" -pkg_pretend() { - [[ $(gcc-major-version) -lt 4 ]] || \ - ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \ - && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)." -} - pkg_setup() { python-single-r1_pkg_setup } -- 2.26.2