mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 06:35:19 +02:00
14 lines
368 B
Bash
14 lines
368 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="Virtual for cron"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
|
|
|
RDEPEND="|| ( sys-process/cronie
|
|
sys-process/bcron
|
|
sys-process/dcron
|
|
sys-process/fcron
|
|
sys-process/systemd-cron )"
|