commit: ab01827fd31a515c45f449e8b83a00c30945c669 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Thu Sep 22 02:51:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 17:09:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab01827f
sys-boot/colo: remove direct calls to toolchain components Closes: https://bugs.gentoo.org/725846 Closes: https://github.com/gentoo/gentoo/pull/27392 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-boot/colo/colo-1.22.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/colo/colo-1.22.ebuild b/sys-boot/colo/colo-1.22.ebuild index 4593417c8e11..3891dd72d553 100644 --- a/sys-boot/colo/colo-1.22.ebuild +++ b/sys-boot/colo/colo-1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ RESTRICT="strip" src_prepare() { epatch "${FILESDIR}"/colo-stage2_src_heap-fix.patch + sed -E -i -e "s/CFLAGS_COLO=/CFLAGS_COLO:=/g" -e "/[A-Z]+= /d" Rules.mak || die # bug 725846 default }
