Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 4/7] targets: Remove EBEEP_IGNORE / EPAUSE_IGNORE
Date: Sun, 20 Dec 2020 02:28:59
Message-Id: 20201220022848.249207-4-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/7] catalyst: Set stage_path = chroot_path + root_path by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 targets/support/chroot-functions.sh | 2 --
4 1 file changed, 2 deletions(-)
5
6 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
7 index 89a313f7..d125756f 100755
8 --- a/targets/support/chroot-functions.sh
9 +++ b/targets/support/chroot-functions.sh
10 @@ -260,8 +260,6 @@ run_merge() {
11
12 export EMERGE_WARNING_DELAY=0
13 export CLEAN_DELAY=0
14 - export EBEEP_IGNORE=0
15 - export EPAUSE_IGNORE=0
16 [[ $CONFIG_PROTECT != "-*"* ]] && export CONFIG_PROTECT="-*"
17
18 if [ -n "${clst_VERBOSE}" ]
19 --
20 2.26.2