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 E9B481382C5 for ; Sun, 11 Feb 2018 14:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A6BE0CE9; Sun, 11 Feb 2018 14:27:25 +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 03B45E0CE9 for ; Sun, 11 Feb 2018 14:27:24 +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 C480F335C3E for ; Sun, 11 Feb 2018 14:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A171E0 for ; Sun, 11 Feb 2018 14:27:22 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1518359218.4f1e7ee1fb48e4e474a034b3dd2657e9fd5b6f08.jmbsvicetto@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/packages.build X-VCS-Directories: profiles/default/linux/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 4f1e7ee1fb48e4e474a034b3dd2657e9fd5b6f08 X-VCS-Branch: master Date: Sun, 11 Feb 2018 14:27:22 +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: 511bbb70-458c-45e6-8c8b-5c0a2a455b7f X-Archives-Hash: 6ae749e0547d6f46665e930993a61b73 commit: 4f1e7ee1fb48e4e474a034b3dd2657e9fd5b6f08 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sun Feb 11 14:24:53 2018 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sun Feb 11 14:26:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1e7ee1 Replace virtual/package-manager with sys-apps/portage to ensure portage is installed during stage1 build. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo.org> profiles/default/linux/packages.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 3a6c0b85091..12c9fa3fedc 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -27,6 +27,7 @@ sys-apps/gawk sys-apps/grep sys-apps/less sys-apps/net-tools +sys-apps/portage sys-apps/sed sys-devel/binutils sys-devel/bison @@ -39,7 +40,6 @@ sys-devel/patch virtual/editor virtual/libc virtual/os-headers -virtual/package-manager virtual/pkgconfig virtual/shadow sys-apps/which