commit: e000b0ba62fc9acdb3d29ea21b2e20b6d8515b94 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 10:30:06 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 10:30:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e000b0ba
virtual/service-manager: remove implicit kernel_linux Signed-off-by: David Seifert <soap <AT> gentoo.org> virtual/service-manager/service-manager-1.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/virtual/service-manager/service-manager-1.ebuild b/virtual/service-manager/service-manager-1.ebuild index 13e2912c5cb0..4135d8ca82db 100644 --- a/virtual/service-manager/service-manager-1.ebuild +++ b/virtual/service-manager/service-manager-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,15 +7,18 @@ DESCRIPTION="Virtual for various service managers" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="kernel_linux" RDEPEND=" prefix-guest? ( >=sys-apps/baselayout-prefix-2.2 ) !prefix-guest? ( || ( - sys-apps/openrc - kernel_linux? ( || ( - sys-apps/systemd - sys-process/runit - virtual/daemontools - ) ) ) )" + sys-apps/openrc + kernel_linux? ( + || ( + sys-apps/systemd + sys-process/runit + virtual/daemontools + ) + ) + ) + )"