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 D30D8138334 for ; Thu, 26 Dec 2019 09:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E70E0B83; Thu, 26 Dec 2019 09:22:28 +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 D54F6E0B83 for ; Thu, 26 Dec 2019 09:22:28 +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 D304034DB8B 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 3C7643B 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: <1577351984.b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25.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 sys-libs/csu/csu-85.ebuild X-VCS-Directories: sys-libs/csu/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25 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: 9fdf4f89-079f-4a10-bb33-7131fffd27cf X-Archives-Hash: 8d216e4268acf9205148aab63c188fe2 commit: b7f6b2f4e3b2caf48d538d1ed5859e6c16228a25 Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 26 09:19:31 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 26 09:19:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f6b2f4 sys-libs/csu: revbump to respect CFLAGS Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen gentoo.org> sys-libs/csu/{csu-85.ebuild => csu-85-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-libs/csu/csu-85.ebuild b/sys-libs/csu/csu-85-r1.ebuild similarity index 95% rename from sys-libs/csu/csu-85.ebuild rename to sys-libs/csu/csu-85-r1.ebuild index 6d0fb053db7..28ea492c1a5 100644 --- a/sys-libs/csu/csu-85.ebuild +++ b/sys-libs/csu/csu-85-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,6 +29,7 @@ src_prepare() { -e 's:$(SYMROOT)/crt0.o::' \ -e '/LOCLIBDIR)\/crt0.o/d' \ -e '/^CC = /d' \ + -e "/ARCH_CFLAGS =/s|=|= ${CFLAGS}|" \ Makefile || die # only require Availability.h for arm, bugs #538602, #539964