commit: b08a8fabf0c8e6c279848286f74a0c223c82947b
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: 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 <mattst88 <AT> 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