projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6417ac
)
chroot-functions.sh: Remove --nodeps option from portage update.
author
Brian Dolbec
<dolsen@gentoo.org>
Mon, 1 Sep 2014 18:12:40 +0000
(11:12 -0700)
committer
Brian Dolbec
<dolsen@gentoo.org>
Tue, 2 Sep 2014 05:43:37 +0000
(22:43 -0700)
This option prevented new deps from being installed with a portage upgrade.
targets/support/chroot-functions.sh
patch
|
blob
|
history
diff --git
a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 5c30537b8c125620e8d0b0f99f7be596f5313ffe..ce56157e728b481ae874986d2066adfe02856eb7 100755
(executable)
--- a/
targets/support/chroot-functions.sh
+++ b/
targets/support/chroot-functions.sh
@@
-171,7
+171,7
@@
setup_pkgmgr(){
# just let emerge @system could merge it.
# Use --update or portage won't reinstall the same version.
[ -e /etc/portage/make.conf ] && echo 'USE="${USE} build"' >> /etc/portage/make.conf
- run_merge --oneshot --
nodeps --
update sys-apps/portage
+ run_merge --oneshot --update sys-apps/portage
sed -i '/USE="${USE} build"/d' /etc/portage/make.conf
}