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 BEEE71396D9 for ; Wed, 8 Nov 2017 08:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEBD6E0EBC; Wed, 8 Nov 2017 08:55:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D22A1E0EBC for ; Wed, 8 Nov 2017 08:55:12 +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 7337A33C770 for ; Wed, 8 Nov 2017 08:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4830989C for ; Wed, 8 Nov 2017 08:55:09 +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: <1510131031.011d2bfdaacbadfe5381c7a209aa65ae07791da0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/libetonyek-9999.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 011d2bfdaacbadfe5381c7a209aa65ae07791da0 X-VCS-Branch: master Date: Wed, 8 Nov 2017 08:55:09 +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: d0e98e71-7a4a-4a82-aed8-ab0e2a2c5cc1 X-Archives-Hash: 130e50a05b5c1243212ef72ccd72d7df commit: 011d2bfdaacbadfe5381c7a209aa65ae07791da0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 7 21:20:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 8 08:50:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011d2bfd app-text/libetonyek: Drop obsolete min GCC check Sync KEYWORDS. Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-text/libetonyek/libetonyek-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 26e021ff6f5..fc13ce6b6be 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc static-libs test" RDEPEND=" @@ -32,15 +32,6 @@ DEPEND="${RDEPEND} test? ( dev-util/cppunit ) " -pkg_pretend() { - if [[ $(gcc-major-version) -lt 4 ]] || { - [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; } - then - eerror "Compilation with gcc older than 4.8 is not supported" - die "Too old gcc found." - fi -} - src_prepare() { default [[ -d m4 ]] || mkdir "m4"