commit: 2be24bf23787cf240ed8b3225eaec9300fc9cec4 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Jul 14 19:28:31 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Jul 14 19:29:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be24bf2
profiles/prefix: migrate from baselayout-prefix to baselayout This allows us to cleanup baselayout-prefix, which is using outdate practices (bug #836114). Bug: https://bugs.gentoo.org/836114 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/features/prefix/packages | 6 +----- profiles/features/prefix/rpath/packages | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages index 25c444c13e76..e062efedeb7e 100644 --- a/profiles/features/prefix/packages +++ b/profiles/features/prefix/packages @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Gentoo Base Prefix Profile @@ -20,7 +20,3 @@ -*virtual/dev-manager -*sys-apps/shadow -*virtual/ssh - -# we don't want this either (as baselayout-prefix provides the functions.sh -# file that this was added to ../base/packages for) --*sys-apps/openrc diff --git a/profiles/features/prefix/rpath/packages b/profiles/features/prefix/rpath/packages index 7b95aaf26833..9e59660f0409 100644 --- a/profiles/features/prefix/rpath/packages +++ b/profiles/features/prefix/rpath/packages @@ -1,7 +1,3 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 --*>=sys-apps/baselayout-2 -# add back prefix baselayout -*sys-apps/baselayout-prefix -
