-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtual/service-manager: Sync with Gentoo
It's from Gentoo commit 8ea70e92f2d736ddd3103780f755413bac97ee05.
- Loading branch information
Flatcar Buildbot
committed
Nov 11, 2024
1 parent
3c401e6
commit 55e7fe9
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...tainer/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Virtual for various service managers" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" | ||
|
||
RDEPEND=" | ||
!prefix-guest? ( | ||
|| ( | ||
|| ( | ||
sys-apps/openrc | ||
sys-apps/openrc-navi | ||
) | ||
kernel_linux? ( | ||
|| ( | ||
sys-apps/s6-rc | ||
sys-apps/systemd | ||
sys-process/runit | ||
) | ||
) | ||
) | ||
)" |