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 0C6A8138334 for ; Fri, 9 Nov 2018 02:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FF5E0CEB; Fri, 9 Nov 2018 02:16:19 +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 DB216E0CEB for ; Fri, 9 Nov 2018 02:16:18 +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 B652D335CE4 for ; Fri, 9 Nov 2018 02:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5679C455 for ; Fri, 9 Nov 2018 02:16:14 +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: <1541729762.1f3ea920d8958da6a7146ebf646d1fa90cb54693.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/icu-63.1-r1.ebuild X-VCS-Directories: dev-libs/icu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f3ea920d8958da6a7146ebf646d1fa90cb54693 X-VCS-Branch: master Date: Fri, 9 Nov 2018 02:16:14 +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: 35455133-556f-437f-a3fd-646f4f7047d9 X-Archives-Hash: 1f3c3a547788668ad35d0a7a72067468 commit: 1f3ea920d8958da6a7146ebf646d1fa90cb54693 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 02:16:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 02:16:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ea920 dev-libs/icu: Drop obsolete >=gcc-4.9 system compiler check Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/icu/icu-63.1-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-libs/icu/icu-63.1-r1.ebuild b/dev-libs/icu/icu-63.1-r1.ebuild index 7e60191de4e..c5a3f0bd8b2 100644 --- a/dev-libs/icu/icu-63.1-r1.ebuild +++ b/dev-libs/icu/icu-63.1-r1.ebuild @@ -35,17 +35,7 @@ PATCHES=( "${FILESDIR}/${P}-CVE-2018-18928.patch" ) -pkg_pretend() { - if tc-is-gcc ; then - if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \ - || $(gcc-major-version) -lt 4 ]] ; then - die "You need at least sys-devel/gcc-4.9" - fi - fi -} - src_prepare() { - # apply patches default local variable @@ -69,16 +59,8 @@ src_prepare() { } src_configure() { - # Use C++14 append-cxxflags -std=c++14 - if tc-is-gcc ; then - if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \ - || $(gcc-major-version) -lt 4 ]] ; then - die "You need at least sys-devel/gcc-4.9" - fi - fi - if tc-is-cross-compiler; then mkdir "${WORKDIR}"/host || die pushd "${WORKDIR}"/host >/dev/null || die