aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Everitt <m.j.everitt@iee.org>2018-09-11 04:52:51 +0100
committerBrian Dolbec dolsen <dolsen@gentoo.org>2018-10-01 09:26:40 -0700
commitab9bdbdf60caab039dab2791162098ae8d0657a7 (patch)
treefaf6e1eb94035ad406e4d493292cd71d2aa9640e
parentUpdate parsing of 'makeopts' in specs to permit multiple arguments (diff)
downloadcatalyst-ab9bdbdf60caab039dab2791162098ae8d0657a7.tar.gz
catalyst-ab9bdbdf60caab039dab2791162098ae8d0657a7.tar.bz2
catalyst-ab9bdbdf60caab039dab2791162098ae8d0657a7.zip
Silence warning about binpkgs with non-matching USE flags
-rwxr-xr-xtargets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
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
}