diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-04-24 23:53:07 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-04-24 23:53:56 +0300 |
commit | d403cb4145db8a28de51199bb90ec00f3c75fbf5 (patch) | |
tree | bc6001309d2992acb8461c9a384019fffaf3d7d1 /app-office | |
parent | app-office/libreoffice-bin-debug: Remove old (diff) | |
download | gentoo-d403cb4145db8a28de51199bb90ec00f3c75fbf5.tar.gz gentoo-d403cb4145db8a28de51199bb90ec00f3c75fbf5.tar.bz2 gentoo-d403cb4145db8a28de51199bb90ec00f3c75fbf5.zip |
app-office/libreoffice-bin: Drop gcc version check, outdated
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>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild | 6 |
1 files changed, 0 insertions, 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 } |