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 EE9DB1382C5 for ; Sun, 20 Dec 2020 02:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3090EE0956; Sun, 20 Dec 2020 02:28:59 +0000 (UTC) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) (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 0CF72E0956 for ; Sun, 20 Dec 2020 02:28:59 +0000 (UTC) Received: by mail-qt1-f176.google.com with SMTP id c14so4441382qtn.0 for ; Sat, 19 Dec 2020 18:28:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=b4kJR/fWr3B2Mt8isABeGk/YW/yHYIjQZqKFvXZsPso=; b=DUSUr/5Rpj/OeWy0JTKIktLFxFs6XWMQYxSzS8WiawFnci7dsVgu+ftV6FxSwGAWrT 5qoaMbP/mDdpPXUkxlZN42Qs+m6enEEoZRPkYgmpW4BF/JTegJ0GQ5dv/4X39FMmfr45 pqUgF+I+xN0ITUQfJssmVc8igyn9u8y0HBxvHgYLSaeWLFsgOl8KArpjDQrbY0lVbPvs E7ERNRIx2PGDJwqyak0chG+0D9wpW8HzTItam09gR+oi55F67GJlvtoelFYd3ZG6ZanB CdkfU5geZUcxjaTCIkp8ySBl/VLNU+gAtZwpniLskClh1x9E9EOP/BAD+l1cT02gGDO7 B1Dg== X-Gm-Message-State: AOAM5334+94YJa+BtnM84i48CIDtHp0g+ZiInb4rXPAefdOMZFZiP7Po CriQqkdMvobOa1UOKthYNvAW/ZljnGtR3w== X-Google-Smtp-Source: ABdhPJxrhDWxvFGYAIabWCoQ5Zum/AZ5sLysGZdYBMlrrSP/2VXFyvflOEkp78kXhXIkFFzqRPwH+w== X-Received: by 2002:ac8:594f:: with SMTP id 15mr11330998qtz.347.1608431338123; Sat, 19 Dec 2020 18:28:58 -0800 (PST) Received: from localhost ([208.104.103.123]) by smtp.gmail.com with ESMTPSA id l1sm8339841qtb.42.2020.12.19.18.28.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Dec 2020 18:28:57 -0800 (PST) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 4/7] targets: Remove EBEEP_IGNORE / EPAUSE_IGNORE Date: Sat, 19 Dec 2020 21:28:45 -0500 Message-Id: <20201220022848.249207-4-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201220022848.249207-1-mattst88@gentoo.org> References: <20201220022848.249207-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8ae21bc6-8f16-4244-9345-c8b268fd30bb X-Archives-Hash: 1e5efcdcdc49a6691ca1415c913fa811 Signed-off-by: Matt Turner --- targets/support/chroot-functions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 89a313f7..d125756f 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -260,8 +260,6 @@ run_merge() { export EMERGE_WARNING_DELAY=0 export CLEAN_DELAY=0 - export EBEEP_IGNORE=0 - export EPAUSE_IGNORE=0 [[ $CONFIG_PROTECT != "-*"* ]] && export CONFIG_PROTECT="-*" if [ -n "${clst_VERBOSE}" ] -- 2.26.2