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 64DFB138334 for ; Tue, 21 Aug 2018 08:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B2F2E07D8; Tue, 21 Aug 2018 08:01:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10BA2E07D8 for ; Tue, 21 Aug 2018 08:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CAD77335D50 for ; Tue, 21 Aug 2018 08:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA4F395 for ; Tue, 21 Aug 2018 08:01:36 +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: <1534838482.de8101c0abd4061687d6db68e7d0232823dc88ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de8101c0abd4061687d6db68e7d0232823dc88ab X-VCS-Branch: master Date: Tue, 21 Aug 2018 08:01:36 +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: 80710df0-b212-4521-8477-936ee407d104 X-Archives-Hash: cb91d37f0d6cc9eb73e7591e3a158f39 commit: de8101c0abd4061687d6db68e7d0232823dc88ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 21 08:01:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 21 08:01:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8101c0 media-sound/mumble: Drop obsolete/insufficient sys-devel/gcc check Package-Manager: Portage-2.3.47, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 97f5993a600..9b6d04b1712 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -80,11 +80,7 @@ src_configure() { $(usex zeroconf '' no-bonjour) ) - if has_version '<=sys-devel/gcc-4.2'; then - conf_add+=( no-pch ) - else - use pch || conf_add+=( no-pch ) - fi + use pch || conf_add+=( no-pch ) eqmake5 "${S}/main.pro" -recursive \ CONFIG+="${conf_add[*]}" \