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 7C12F138D11 for ; Mon, 13 Jul 2015 12:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 211B0E08D3; Mon, 13 Jul 2015 12:40:34 +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 BC79EE08D3 for ; Mon, 13 Jul 2015 12:40:33 +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 690F934092D for ; Mon, 13 Jul 2015 12:40:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D6B74B for ; Mon, 13 Jul 2015 12:40:30 +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: <1436791225.9dcce70dac259f3f85b3fe0ac1c7224eb70334db.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: 9dcce70dac259f3f85b3fe0ac1c7224eb70334db X-VCS-Branch: master Date: Mon, 13 Jul 2015 12:40:30 +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: d9cc031d-468f-4198-96a6-82aa21392181 X-Archives-Hash: 07bba59146b30c493588cd3a2edcc2d8 commit: 9dcce70dac259f3f85b3fe0ac1c7224eb70334db Author: Yuta SATOH gentoo gr jp> AuthorDate: Mon Jul 13 12:40:25 2015 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Mon Jul 13 12:40:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=9dcce70d automatic_updater.sh: libcxxrt --> libcxx scripts/automatic_updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 608b013..c0663b2 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -57,7 +57,7 @@ update_minimal(){ echo "sys-libs/libcxx abi_x86_32" >> /etc/portage/profile/package.use.mask echo "sys-libs/libcxxrt abi_x86_32" >> /etc/portage/profile/package.use.mask emerge -uN sys-libs/libcxx sys-libs/libcxxrt --exclude sys-freebsd/* - [[ -e /etc/portage/profile/package.use.mask ]] && gsed -i '/sys-libs\/libcxxrt abi_x86_32/d' /etc/portage/profile/package.use.mask + [[ -e /etc/portage/profile/package.use.mask ]] && gsed -i '/sys-libs\/libcxx abi_x86_32/d' /etc/portage/profile/package.use.mask [[ -e /etc/portage/profile/package.use.mask ]] && gsed -i '/sys-libs\/libcxxrt abi_x86_32/d' /etc/portage/profile/package.use.mask fi fi