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 C7AB5138350 for ; Sat, 7 Mar 2020 16:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 180B1E08BE; Sat, 7 Mar 2020 16:50:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F062BE08BE for ; Sat, 7 Mar 2020 16:50:07 +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 9FDB734F136 for ; Sat, 7 Mar 2020 16:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7F5D151 for ; Sat, 7 Mar 2020 16:50:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1583599797.ad45c9e80eccaa7b36d7b96b1036a7382d83b80a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/, profiles/features/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/packages profiles/default/linux/packages.build profiles/features/prefix/packages X-VCS-Directories: profiles/default/linux/ profiles/features/prefix/ profiles/base/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ad45c9e80eccaa7b36d7b96b1036a7382d83b80a X-VCS-Branch: master Date: Sat, 7 Mar 2020 16:50:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2cf22ee8-af2f-4a41-8046-3e593d7b6d77 X-Archives-Hash: 4090d0b638e22a16d25e0837a83ae74a commit: ad45c9e80eccaa7b36d7b96b1036a7382d83b80a Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 7 16:49:30 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Mar 7 16:49:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad45c9e8 profiles: replace shadow virtual Signed-off-by: Mikle Kolyada gentoo.org> profiles/base/packages | 2 +- profiles/default/linux/packages.build | 2 +- profiles/features/prefix/packages | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/base/packages b/profiles/base/packages index 2decf0cad96..1bfcdfa35fc 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -46,6 +46,7 @@ *sys-process/procps *sys-process/psmisc *sys-apps/sed +*sys-apps/shadow *sys-apps/which *sys-devel/binutils *sys-devel/gcc @@ -62,5 +63,4 @@ *virtual/package-manager *virtual/pager *virtual/service-manager -*virtual/shadow *virtual/ssh diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 12c9fa3fedc..9045e067b7f 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -29,6 +29,7 @@ sys-apps/less sys-apps/net-tools sys-apps/portage sys-apps/sed +sys-apps/shadow sys-devel/binutils sys-devel/bison sys-devel/flex @@ -41,5 +42,4 @@ virtual/editor virtual/libc virtual/os-headers virtual/pkgconfig -virtual/shadow sys-apps/which diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages index a4d72797733..2e5ef1752bf 100644 --- a/profiles/features/prefix/packages +++ b/profiles/features/prefix/packages @@ -19,7 +19,6 @@ -*sys-fs/e2fsprogs -*virtual/dev-manager -*virtual/modutils --*virtual/shadow # we don't want this either (as baselayout-prefix provides the functions.sh # file that this was added to ../base/packages for)