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:29
Message-Id: 1577351984.b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25.grobian@gentoo
1 commit: b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 09:19:31 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 09:19:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f6b2f4
7
8 sys-libs/csu: revbump to respect CFLAGS
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.ebuild => csu-85-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-libs/csu/csu-85.ebuild b/sys-libs/csu/csu-85-r1.ebuild
17 similarity index 95%
18 rename from sys-libs/csu/csu-85.ebuild
19 rename to sys-libs/csu/csu-85-r1.ebuild
20 index 6d0fb053db7..28ea492c1a5 100644
21 --- a/sys-libs/csu/csu-85.ebuild
22 +++ b/sys-libs/csu/csu-85-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -29,6 +29,7 @@ src_prepare() {
30 -e 's:$(SYMROOT)/crt0.o::' \
31 -e '/LOCLIBDIR)\/crt0.o/d' \
32 -e '/^CC = /d' \
33 + -e "/ARCH_CFLAGS =/s|=|= ${CFLAGS}|" \
34 Makefile || die
35
36 # only require Availability.h for arm, bugs #538602, #539964