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 29A4E13832E for ; Thu, 28 Jul 2016 08:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA7FE09B2; Thu, 28 Jul 2016 08:05:42 +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 2CC27E09B2 for ; Thu, 28 Jul 2016 08:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE606340CE2 for ; Thu, 28 Jul 2016 08:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3507D7 for ; Thu, 28 Jul 2016 08:05:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1469693135.a12d3662d27121ae6184686db6a0cc2d09ce38ed.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild X-VCS-Directories: x11-drivers/xf86-video-virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a12d3662d27121ae6184686db6a0cc2d09ce38ed X-VCS-Branch: master Date: Thu, 28 Jul 2016 08:05:38 +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: 0fb11cd2-e87b-4fb6-9aaa-f8d6e8f5758f X-Archives-Hash: e2992a0bc4e6181e407dab99fe18c8ef commit: a12d3662d27121ae6184686db6a0cc2d09ce38ed Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 28 08:05:22 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 28 08:05:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12d3662 x11-drivers/xf86-video-virtualbox: Removed gcc version check. Gentoo bug #586796 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> .../xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild index 8784c04..56b0ca1 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild @@ -83,6 +83,10 @@ src_prepare() { # Disable things unused or splitted into separate ebuilds cp "${FILESDIR}/${PN}-5-localconfig" LocalConfig.kmk || die + # Remove pointless GCC version limitations in check_gcc() + sed -e "/\s*-o\s*\\\(\s*\$cc_maj\s*-eq\s*[5-9]\s*-a\s*\$cc_min\s*-gt\s*[0-5]\s*\\\)\s*\\\/d" \ + -i configure || die + default # link with lazy on hardened #394757