commit: ab9bdbdf60caab039dab2791162098ae8d0657a7
Author: Michael Everitt <m.j.everitt <AT> iee <DOT> org>
AuthorDate: Tue Sep 11 03:52:51 2018 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 16:26:40 2018 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ab9bdbdf
Silence warning about binpkgs with non-matching USE flags
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 ceef21ca..506d43f2 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -151,7 +151,7 @@ setup_myemergeopts(){
# if we have PKGCACHE, and either update_seed is empty or 'no', make
and use binpkgs
elif [ -n "${clst_PKGCACHE}" ] && [ -z "${clst_update_seed}" -o
"${clst_update_seed}" = "no" ]
then
- export clst_myemergeopts="${clst_myemergeopts} --usepkg
--buildpkg --newuse"
+ export clst_myemergeopts="${clst_myemergeopts} --usepkg
--buildpkg --binpkg-respect-use=y --newuse"
export bootstrap_opts="${bootstrap_opts} -r"
fi
}