Gentoo Archives: gentoo-commits

From: Yuta SATOH <nigoro@×××××××××.jp>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/
Date: Wed, 03 Jan 2018 11:18:45
Message-Id: 1514978308.16d90e98675553918427b67b098c40fc03de0e01.yuta_satoh@gentoo
1 commit: 16d90e98675553918427b67b098c40fc03de0e01
2 Author: Yuta SATOH <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 3 11:18:28 2018 +0000
4 Commit: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
5 CommitDate: Wed Jan 3 11:18:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=16d90e98
7
8 automatic_updater.sh: change to be upgraded on x86-fbsd.
9
10 scripts/automatic_updater.sh | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
14 index 58e8ced..6dcd73a 100755
15 --- a/scripts/automatic_updater.sh
16 +++ b/scripts/automatic_updater.sh
17 @@ -136,10 +136,10 @@ update_toolchain(){
18 # https://bugs.gentoo.org/629128
19 [[ ! -e /etc/portage/package.unmask ]] && mkdir -p /etc/portage/package.unmask
20 echo "sys-devel/binutils" > /etc/portage/package.unmask/toolchain-oldversion
21 - echo "sys-devel/gcc" >> /etc/portage/package.unmask/toolchain-oldversion
22 + echo "<sys-devel/gcc-7.0" >> /etc/portage/package.unmask/toolchain-oldversion
23 emerge -u '<sys-devel/binutils-2.28' --exclude sys-freebsd/*
24 emerge -u sys-devel/gcc-config --exclude sys-freebsd/*
25 - emerge -u '<sys-devel/gcc-5.0' --exclude sys-freebsd/* --exclude sys-devel/binutils
26 + emerge '<sys-devel/gcc-5.0' --exclude sys-freebsd/* --exclude sys-devel/binutils
27 gcc-config $(gcc-config -l | grep "${TARGETVER}" | awk '{print $1}' | sed 's:\[::g' | sed 's:\]::g' | tail -n 1)
28 env-update
29 source /etc/profile