From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54232138350 for ; Fri, 24 Apr 2020 20:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FEE0E08FA; Fri, 24 Apr 2020 20:54:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6854EE08FA for ; Fri, 24 Apr 2020 20:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9C1234F18B for ; Fri, 24 Apr 2020 20:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F050C1F1 for ; Fri, 24 Apr 2020 20:54:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1587761636.d403cb4145db8a28de51199bb90ec00f3c75fbf5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice-bin/libreoffice-bin-6.3.4.2-r1.ebuild X-VCS-Directories: app-office/libreoffice-bin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d403cb4145db8a28de51199bb90ec00f3c75fbf5 X-VCS-Branch: master Date: Fri, 24 Apr 2020 20:54:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 712e7478-85b5-4690-8205-c8f63641c0ac X-Archives-Hash: b925d479c2ea7f8f16ac279716e95a5c commit: d403cb4145db8a28de51199bb90ec00f3c75fbf5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 24 20:53:07 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 24 20:53:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403cb41 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 gentoo.org> app-office/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 2e36bbc7b7c..e29317cfd88 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 }