diff options
author | 2022-09-21 22:51:14 -0400 | |
---|---|---|
committer | 2022-10-08 18:09:15 +0100 | |
commit | ab01827fd31a515c45f449e8b83a00c30945c669 (patch) | |
tree | 9b5a4bc02190138a4f27eea6605d01f84f617fdf /sys-boot/colo/colo-1.22.ebuild | |
parent | dev-lang/python: Stabilize 2.7.18_p15-r1 hppa, #876106 (diff) | |
download | gentoo-ab01827fd31a515c45f449e8b83a00c30945c669.tar.gz gentoo-ab01827fd31a515c45f449e8b83a00c30945c669.tar.bz2 gentoo-ab01827fd31a515c45f449e8b83a00c30945c669.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot/colo/colo-1.22.ebuild')
-rw-r--r-- | sys-boot/colo/colo-1.22.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |