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 8A38A13829C for ; Fri, 10 Jun 2016 03:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FE51429F; Fri, 10 Jun 2016 03:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 886FD141F9 for ; Fri, 10 Jun 2016 03:29:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 783AB340CB4 for ; Fri, 10 Jun 2016 03:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA37A233A for ; Fri, 10 Jun 2016 03:29:50 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1465523249.eab0fda4c25215bdd85ce57d8f3dbc6e19868bda.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: eab0fda4c25215bdd85ce57d8f3dbc6e19868bda X-VCS-Branch: rap0 Date: Fri, 10 Jun 2016 03:29:50 +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: 20579502-e78c-40db-a6d7-cf7295babd03 X-Archives-Hash: 5dabce68ddaf5a8e1e796bc37a54d169 commit: eab0fda4c25215bdd85ce57d8f3dbc6e19868bda Author: Benda Xu gentoo org> AuthorDate: Sat May 28 10:29:05 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Jun 10 01:47:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eab0fda4 scripts/bootstrap-prefix.sh: install texinfo for glibc. scripts/bootstrap-prefix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index b1f8f8a..239aec0 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1473,6 +1473,9 @@ bootstrap_stage3() { CPPFLAGS="-DGNUSTEP_BASE_VERSION" \ CFLAGS= CXXFLAGS= USE="-git" emerge -u system || return 1 + # TODO, glibc should depend on texinfo + is-rap && { emerge sys-apps/texinfo || return 1; } + # remove anything that we don't need (compilers most likely) emerge --depclean