commit: bfca870ed50208dd42bb181390c384f96624d12d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 23:33:31 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 18 20:01:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bfca870e
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 <mattst88 <AT> gentoo.org>
(cherry picked from commit b08a8fabf0c8e6c279848286f74a0c223c82947b)
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 c08dbaa0..1dfd3277 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
setup_myfeatures(){
setup_myemergeopts
- export FEATURES="-news clean-logs"
+ export FEATURES="-news binpkg-multi-instance clean-logs"
if [ -n "${clst_CCACHE}" ]
then
export clst_myfeatures="${clst_myfeatures} ccache"