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 80367138334 for ; Mon, 6 May 2019 08:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73D5AE088C; Mon, 6 May 2019 08:12:58 +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 415BFE088C for ; Mon, 6 May 2019 08:12:57 +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 1E7DD343891 for ; Mon, 6 May 2019 08:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC2E5D5 for ; Mon, 6 May 2019 08:12:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1557130346.d6382ef9121fc0050ced4b4719676637eaa922b4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-4.14.1-r2.ebuild sys-apps/iproute2/iproute2-4.17.0-r1.ebuild sys-apps/iproute2/iproute2-4.19.0-r1.ebuild sys-apps/iproute2/iproute2-4.20.0.ebuild sys-apps/iproute2/iproute2-5.0.0.ebuild sys-apps/iproute2/iproute2-9999.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d6382ef9121fc0050ced4b4719676637eaa922b4 X-VCS-Branch: master Date: Mon, 6 May 2019 08:12:54 +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: 477ab9ca-5de6-4daf-a135-a3aed8483989 X-Archives-Hash: 789d679d11c6493727bcc91acf1f7262 commit: d6382ef9121fc0050ced4b4719676637eaa922b4 Author: Lars Wendler gentoo org> AuthorDate: Mon May 6 08:12:26 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 6 08:12:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6382ef9 sys-apps/iproute2: Replace sed delimiters for possible gcc-9 CFLAGS Closes: https://bugs.gentoo.org/685168 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-apps/iproute2/iproute2-4.14.1-r2.ebuild | 4 ++-- sys-apps/iproute2/iproute2-4.17.0-r1.ebuild | 4 ++-- sys-apps/iproute2/iproute2-4.19.0-r1.ebuild | 4 ++-- sys-apps/iproute2/iproute2-4.20.0.ebuild | 2 +- sys-apps/iproute2/iproute2-5.0.0.ebuild | 2 +- sys-apps/iproute2/iproute2-9999.ebuild | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild index 74637c72653..3386bb728ed 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r2.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=6 @@ -57,7 +57,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^WFLAGS/s:-Werror::" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ diff --git a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild index 29261b7f6ae..76f024a454d 100644 --- a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,7 +59,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die diff --git a/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild b/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild index fe34c36583b..bc6d4070939 100644 --- a/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-4.19.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,7 +59,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die diff --git a/sys-apps/iproute2/iproute2-4.20.0.ebuild b/sys-apps/iproute2/iproute2-4.20.0.ebuild index aa41574d98b..be77ce0b659 100644 --- a/sys-apps/iproute2/iproute2-4.20.0.ebuild +++ b/sys-apps/iproute2/iproute2-4.20.0.ebuild @@ -61,7 +61,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die diff --git a/sys-apps/iproute2/iproute2-5.0.0.ebuild b/sys-apps/iproute2/iproute2-5.0.0.ebuild index 882d27c9d48..f6ee223d9e1 100644 --- a/sys-apps/iproute2/iproute2-5.0.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.0.0.ebuild @@ -61,7 +61,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index c6720ff8aed..d5befeb1ccf 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -61,7 +61,7 @@ src_prepare() { sed -i \ -e '/^CC :\?=/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ - -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die