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 6ABAB138D14 for ; Sun, 12 Jul 2015 07:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FBDB1401D; Sun, 12 Jul 2015 07:35:14 +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 2D7041401D for ; Sun, 12 Jul 2015 07:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D41783407D2 for ; Sun, 12 Jul 2015 07:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98311738 for ; Sun, 12 Jul 2015 07:35:11 +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: <1436686503.c9569c32c6d042965fa18ac92eb2e03825136941.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: c9569c32c6d042965fa18ac92eb2e03825136941 X-VCS-Branch: master Date: Sun, 12 Jul 2015 07:35:11 +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: 8959b4e5-a717-4a53-ac52-5b05a28ea395 X-Archives-Hash: cd4e94e66d175f699a631e5792ecb034 commit: c9569c32c6d042965fa18ac92eb2e03825136941 Author: Yuta SATOH gentoo gr jp> AuthorDate: Sun Jul 12 07:35:03 2015 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Sun Jul 12 07:35:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=c9569c32 automatic_updater.sh: binutils rebuild with lastest gcc. scripts/automatic_updater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 9585af5..d6bcf60 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -70,6 +70,7 @@ update_gcc(){ env-update source /etc/profile emerge sys-devel/libtool --exclude sys-freebsd/* + emerge sys-devel/binutils --exclude sys-freebsd/* } update_kernel(){