Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/csu/
Date: Thu, 26 Dec 2019 09:22:30
Message-Id: 1577352128.e51c8f7c6081fd5cab93d33984a66b246e72a949.grobian@gentoo
1 commit: e51c8f7c6081fd5cab93d33984a66b246e72a949
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 09:22:08 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 09:22:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51c8f7c
7
8 sys-libs/csu: bump to EAPI=7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-libs/csu/csu-85-r1.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild
17 index 28ea492c1a5..8c9ad7d9a73 100644
18 --- a/sys-libs/csu/csu-85-r1.ebuild
19 +++ b/sys-libs/csu/csu-85-r1.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -inherit toolchain-funcs eutils
28 +inherit toolchain-funcs
29
30 DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.10 version"
31 HOMEPAGE="http://www.opensource.apple.com/"
32 @@ -33,7 +33,7 @@ src_prepare() {
33 Makefile || die
34
35 # only require Availability.h for arm, bugs #538602, #539964
36 - epatch "${FILESDIR}"/${P}-arm-availability.patch
37 + eapply "${FILESDIR}"/${P}-arm-availability.patch
38
39 if [[ ${CHOST} == powerpc* ]] ; then
40 # *must not* be compiled with -Os on PPC because that
41 @@ -44,6 +44,8 @@ src_prepare() {
42 # be more than 16MB away
43 sed -i -e "s, -Os , -O ,g" Makefile || die
44 fi
45 +
46 + eapply_user
47 }
48
49 src_compile() {