commit:     ac58cf04623d1dd665422cb150207af366c75f52
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sat Aug 15 00:46:58 2015 +0000
Commit:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Sat Aug 15 00:46:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=ac58cf04

automatic_updater.sh: added --nodeps

 scripts/automatic_updater.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
old mode 100644
new mode 100755
index c0663b2..258424c
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -46,7 +46,7 @@ update_portage(){
 }
 
 update_minimal(){
-       emerge sys-freebsd/freebsd-mk-defs
+       emerge --nodeps sys-freebsd/freebsd-mk-defs
        emerge -u sys-apps/findutils --exclude sys-freebsd/*
        emerge sys-devel/libtool --exclude sys-freebsd/*
        emerge -u sys-devel/flex sys-devel/patch sys-devel/m4 net-libs/libpcap 
sys-devel/gettext app-arch/libarchive sys-libs/zlib dev-util/dialog --exclude 
sys-freebsd/*

Reply via email to