From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1063409-garchives=archives.gentoo.org@lists.gentoo.org> 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 40477138334 for <garchives@archives.gentoo.org>; Sun, 23 Dec 2018 10:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 532D0E0A53; Sun, 23 Dec 2018 10:32:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 242B2E0A53 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Dec 2018 10:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 34D51335C9F for <gentoo-commits@lists.gentoo.org>; Sun, 23 Dec 2018 10:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 208D64F4 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Dec 2018 10:32:53 +0000 (UTC) From: "Benda XU" <heroxbd@gentoo.org> 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" <heroxbd@gentoo.org> Message-ID: <1545561116.0512c960bb1d9afde8701c640fdc5069d9b8dc50.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master 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: 0512c960bb1d9afde8701c640fdc5069d9b8dc50 X-VCS-Branch: master Date: Sun, 23 Dec 2018 10:32:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca0ff96a-6cb9-4005-ac49-663d3d469c65 X-Archives-Hash: b589a07214dfaab03c4478b2270756bd commit: 0512c960bb1d9afde8701c640fdc5069d9b8dc50 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sat Dec 22 13:43:09 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Dec 23 10:31:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0512c960 scripts/bootstrap-prefix.sh: explicitly install gettext. It is no longer a dependency of portage. Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index b7f1815e52..24dfac2e61 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1827,6 +1827,7 @@ bootstrap_stage3() { # we need to lift our mask for that. (USE=ssl) pkgs=( virtual/os-headers + sys-devel/gettext sys-apps/portage ) USE="ssl" \