app-office/libreoffice-bin: Drop gcc version check, outdated
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 24 Apr 2020 20:53:07 +0000 (23:53 +0300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 24 Apr 2020 20:53:56 +0000 (23:53 +0300)
Closes: https://bugs.gentoo.org/699122
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild

index 2e36bbc7b7c005500d8bba75f7defb37700e64f7..e29317cfd888b315d3f8ab2ed5614f17c81832a2 100644 (file)
@@ -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
 }