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 6E2AA139083 for ; Sat, 9 Dec 2017 13:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3228E0F87; Sat, 9 Dec 2017 13:52:44 +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 91CD2E0F51 for ; Sat, 9 Dec 2017 13:52:44 +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 9FA9C340DF9 for ; Sat, 9 Dec 2017 13:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35A2CAE7B for ; Sat, 9 Dec 2017 13:52:42 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1512827542.24314b98e0c6e479dba9f8fde1d03332de79bd9e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-2.2.9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 24314b98e0c6e479dba9f8fde1d03332de79bd9e X-VCS-Branch: master Date: Sat, 9 Dec 2017 13:52:42 +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: c79531e7-5c35-48ab-ada7-4678c153ffa4 X-Archives-Hash: d6a0a218a89afb89c496180230478e3f commit: 24314b98e0c6e479dba9f8fde1d03332de79bd9e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 13:22:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 13:52:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24314b98 media-video/vlc: Cleanup src_prepare Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-video/vlc/vlc-2.2.9999.ebuild | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index 223c1ec8989..3f6b509309b 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -232,17 +232,6 @@ src_prepare() { has_version '>=net-libs/libupnp-1.8.0' && eapply "${FILESDIR}"/${PN}-2.2.8-libupnp-slot-1.8.patch - # Remove unnecessary warnings about unimplemented pragmas on gcc for now. - # Need to recheck this with gcc 4.9 and every subsequent minor bump of gcc. - # - # config.h:792: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas] - # config.h:793: warning: ignoring #pragma STDC FP_CONTRACT [-Wunknown-pragmas] - # - # https://gcc.gnu.org/c99status.html - if tc-is-gcc ; then - sed -i 's/ifndef __FAST_MATH__/if 0/g' configure.ac || die - fi - # Bootstrap when we are on a git checkout. if [[ ${PV} = *9999 ]] ; then ./bootstrap