From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D2DE31385A6 for ; Sat, 15 Aug 2015 00:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13ADE07D2; Sat, 15 Aug 2015 00:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28D93E07D2 for ; Sat, 15 Aug 2015 00:47:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC990340D00 for ; Sat, 15 Aug 2015 00:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F55F153 for ; Sat, 15 Aug 2015 00:47:12 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1439599618.ac58cf04623d1dd665422cb150207af366c75f52.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/automatic_updater.sh X-VCS-Directories: scripts/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: ac58cf04623d1dd665422cb150207af366c75f52 X-VCS-Branch: master Date: Sat, 15 Aug 2015 00:47:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05f66672-df37-47db-82f0-3691a63b9e41 X-Archives-Hash: 9d76acaa987e5eb2a1aa8e3171f134b8 commit: ac58cf04623d1dd665422cb150207af366c75f52 Author: Yuta SATOH gentoo gr jp> AuthorDate: Sat Aug 15 00:46:58 2015 +0000 Commit: Yuta SATOH gentoo gr 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/*