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 25737138334 for ; Thu, 26 Dec 2019 09:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09130E0BE6; Thu, 26 Dec 2019 09:22:29 +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 DC0E2E0BE6 for ; Thu, 26 Dec 2019 09:22:28 +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 F3FF534DB8C for ; Thu, 26 Dec 2019 09:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 500DF3C for ; Thu, 26 Dec 2019 09:22:25 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1577352128.e51c8f7c6081fd5cab93d33984a66b246e72a949.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/csu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/csu/csu-85-r1.ebuild X-VCS-Directories: sys-libs/csu/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e51c8f7c6081fd5cab93d33984a66b246e72a949 X-VCS-Branch: master Date: Thu, 26 Dec 2019 09:22:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bdbddc2-d7f8-41ae-b165-982fb39a8f96 X-Archives-Hash: cfadb8340400cb0bd5d4781abb707230 commit: e51c8f7c6081fd5cab93d33984a66b246e72a949 Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 26 09:22:08 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 26 09:22:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51c8f7c sys-libs/csu: bump to EAPI=7 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen gentoo.org> sys-libs/csu/csu-85-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild index 28ea492c1a5..8c9ad7d9a73 100644 --- a/sys-libs/csu/csu-85-r1.ebuild +++ b/sys-libs/csu/csu-85-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit toolchain-funcs eutils +inherit toolchain-funcs DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.10 version" HOMEPAGE="http://www.opensource.apple.com/" @@ -33,7 +33,7 @@ src_prepare() { Makefile || die # only require Availability.h for arm, bugs #538602, #539964 - epatch "${FILESDIR}"/${P}-arm-availability.patch + eapply "${FILESDIR}"/${P}-arm-availability.patch if [[ ${CHOST} == powerpc* ]] ; then # *must not* be compiled with -Os on PPC because that @@ -44,6 +44,8 @@ src_prepare() { # be more than 16MB away sed -i -e "s, -Os , -O ,g" Makefile || die fi + + eapply_user } src_compile() {