From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56FED138206 for ; Wed, 3 Jan 2018 11:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A711EE08AC; Wed, 3 Jan 2018 11:18:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 817B0E08AC for ; Wed, 3 Jan 2018 11:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6067F335C09 for ; Wed, 3 Jan 2018 11:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2615126 for ; Wed, 3 Jan 2018 11:18:39 +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: <1514978308.16d90e98675553918427b67b098c40fc03de0e01.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: 16d90e98675553918427b67b098c40fc03de0e01 X-VCS-Branch: master Date: Wed, 3 Jan 2018 11:18:39 +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: e7b23885-5ae0-4d42-b594-9bdbd1f94d3d X-Archives-Hash: ef5e015186ac5c9343e0286154562e2d commit: 16d90e98675553918427b67b098c40fc03de0e01 Author: Yuta SATOH gmail com> AuthorDate: Wed Jan 3 11:18:28 2018 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Wed Jan 3 11:18:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=16d90e98 automatic_updater.sh: change to be upgraded on x86-fbsd. scripts/automatic_updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 58e8ced..6dcd73a 100755 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -136,10 +136,10 @@ update_toolchain(){ # https://bugs.gentoo.org/629128 [[ ! -e /etc/portage/package.unmask ]] && mkdir -p /etc/portage/package.unmask echo "sys-devel/binutils" > /etc/portage/package.unmask/toolchain-oldversion - echo "sys-devel/gcc" >> /etc/portage/package.unmask/toolchain-oldversion + echo "> /etc/portage/package.unmask/toolchain-oldversion emerge -u '