diff options
author | David Seifert <soap@gentoo.org> | 2023-03-12 00:35:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-03-12 00:35:25 +0100 |
commit | 164bbf86b6921ca8901d66413d09c6dccadc9c6d (patch) | |
tree | a8202ca0f0b393d7314d63128f99d5334624a256 /sys-process | |
parent | dev-util/meson: Stabilize 1.0.1 hppa, #900877 (diff) | |
download | gentoo-164bbf86b6921ca8901d66413d09c6dccadc9c6d.tar.gz gentoo-164bbf86b6921ca8901d66413d09c6dccadc9c6d.tar.bz2 gentoo-164bbf86b6921ca8901d66413d09c6dccadc9c6d.zip |
sys-process/cronie: add SLOT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronie/cronie-1.6.1-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild index 2cab18466846..d9f124e3ec06 100644 --- a/sys-process/cronie/cronie-1.6.1-r2.ebuild +++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,13 +8,13 @@ inherit autotools cron flag-o-matic pam systemd DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron" HOMEPAGE="https://github.com/cronie-crond/cronie" SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="ISC BSD BSD-2 GPL-2" +SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="+anacron +inotify pam selinux" -BDEPEND="acct-group/crontab" - DEPEND=" pam? ( sys-libs/pam ) anacron? ( @@ -29,12 +29,11 @@ RDEPEND=" ${DEPEND} sys-apps/debianutils " +BDEPEND="acct-group/crontab" #cronie supports /etc/crontab CRON_SYSTEM_CRONTAB="yes" -S="${WORKDIR}/${PN}-${P}" - PATCHES=( "${FILESDIR}/${PN}-1.5.3-systemd.patch" ) |