summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-08-15 09:46:58 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-08-15 09:46:58 +0900
commitac58cf04623d1dd665422cb150207af366c75f52 (patch)
treec68b1959302199823d20a559510a8930a9171d80
parentReplace Header. (diff)
downloadgentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.tar.gz
gentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.tar.bz2
gentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.zip
automatic_updater.sh: added --nodeps
-rwxr-xr-x[-rw-r--r--]scripts/automatic_updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index c0663b2..258424c 100644..100755
--- 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/*