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 5A3A0138239 for ; Sun, 29 Mar 2020 17:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1C7E0A02; Sun, 29 Mar 2020 17:48:51 +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 85503E0A02 for ; Sun, 29 Mar 2020 17:48:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 92B6934F53F for ; Sun, 29 Mar 2020 17:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928801AC for ; Sun, 29 Mar 2020 17:48:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585504101.b08a8fabf0c8e6c279848286f74a0c223c82947b.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b08a8fabf0c8e6c279848286f74a0c223c82947b X-VCS-Branch: master Date: Sun, 29 Mar 2020 17:48:47 +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: 097c46b7-3d3b-4bc2-b168-4a6609a41590 X-Archives-Hash: 20bac45214227292751c81b52ec2334d commit: b08a8fabf0c8e6c279848286f74a0c223c82947b Author: Matt Turner gentoo org> AuthorDate: Fri Mar 27 23:33:31 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 29 17:48:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b08a8fab targets: Build with FEATURES=binpkg-multi-instance Allows stage3+ builds (e.g., netboot, ISOs, stage4) to share binpkg directories easily. Signed-off-by: Matt Turner gentoo.org> targets/support/chroot-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index b09a7531..94f7c92f 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -78,7 +78,7 @@ get_libdir() { setup_myfeatures(){ setup_myemergeopts - export clst_myfeatures="-news clean-logs" + export clst_myfeatures="-news binpkg-multi-instance clean-logs" export FEATURES="${clst_myfeatures}" if [ -n "${clst_CCACHE}" ] then