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 496D3139694 for ; Fri, 19 May 2017 19:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4A4E0EEA; Fri, 19 May 2017 19:17:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66FF0E0EEA for ; Fri, 19 May 2017 19:17:59 +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 E35E533BEBE for ; Fri, 19 May 2017 19:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CAE6744C for ; Fri, 19 May 2017 19:17:56 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1495221443.bf2e1823a5cfb26705c44288193f0a98277dd16c.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-2.1.0.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: bf2e1823a5cfb26705c44288193f0a98277dd16c X-VCS-Branch: master Date: Fri, 19 May 2017 19:17:56 +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-Archives-Salt: 0dfbf685-569d-4f6c-b2f2-e6b7ae123929 X-Archives-Hash: e852c38787f9a1d99102b13fcf662660 commit: bf2e1823a5cfb26705c44288193f0a98277dd16c Author: Alon Bar-Lev gentoo org> AuthorDate: Fri May 19 19:17:16 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri May 19 19:17:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2e1823 dev-libs/botan: remove gcc version check long since there was an issue with gcc C++11. Bug: 618958 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/botan/botan-2.1.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-libs/botan/botan-2.1.0.ebuild b/dev-libs/botan/botan-2.1.0.ebuild index 65915b5a5e3..68a37543dcc 100644 --- a/dev-libs/botan/botan-2.1.0.ebuild +++ b/dev-libs/botan/botan-2.1.0.ebuild @@ -33,15 +33,6 @@ DEPEND="${RDEPEND} dev-lang/python:* doc? ( dev-python/sphinx )" -pkg_pretend() { - # Botan 1.11 requires -std=c++11 - if [[ ${MERGE_TYPE} != binary ]]; then - [[ $(gcc-major-version) -lt 4 ]] || \ - ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) \ - && die "Sorry, but gcc 4.7 or higher is required." - fi -} - src_prepare() { default use doc || sed \