From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8881B158020 for ; Mon, 24 Oct 2022 15:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9AEEE05C1; Mon, 24 Oct 2022 15:51:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CBB5E05C1 for ; Mon, 24 Oct 2022 15:51:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B4BE3406D1 for ; Mon, 24 Oct 2022 15:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE14D614 for ; Mon, 24 Oct 2022 15:51:01 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1666626464.34020565b1edced28c0b02197598735b703b660f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronie/cronie-1.6.1-r1.ebuild sys-process/cronie/cronie-1.6.1-r2.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 34020565b1edced28c0b02197598735b703b660f X-VCS-Branch: master Date: Mon, 24 Oct 2022 15:51:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8c3e629-9501-4807-8138-6d38263ba6eb X-Archives-Hash: 2b982abff320fdfde6119b90264b9d32 commit: 34020565b1edced28c0b02197598735b703b660f Author: Wiktor Jaskulski adva com> AuthorDate: Sun Oct 23 20:50:54 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 24 15:47:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34020565 sys-process/cronie: Adding acct-group/crontab to BDEPEND Closes: https://github.com/gentoo/gentoo/pull/27921 Signed-off-by: Wiktor Jaskulski adva.com> Signed-off-by: Mike Gilbert gentoo.org> sys-process/cronie/cronie-1.6.1-r1.ebuild | 7 +++++-- sys-process/cronie/cronie-1.6.1-r2.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys-process/cronie/cronie-1.6.1-r1.ebuild b/sys-process/cronie/cronie-1.6.1-r1.ebuild index 97bb68713f7a..86e6ae54c2a8 100644 --- a/sys-process/cronie/cronie-1.6.1-r1.ebuild +++ b/sys-process/cronie/cronie-1.6.1-r1.ebuild @@ -13,8 +13,9 @@ LICENSE="ISC BSD BSD-2 GPL-2" 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=" - acct-group/crontab pam? ( sys-libs/pam ) anacron? ( !sys-process/anacron @@ -23,7 +24,9 @@ DEPEND=" ) selinux? ( sys-libs/libselinux ) " -RDEPEND="${DEPEND} +RDEPEND=" + ${BDEPEND} + ${DEPEND} sys-apps/debianutils " diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild index 18db278ec2e5..9c847ae19872 100644 --- a/sys-process/cronie/cronie-1.6.1-r2.ebuild +++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild @@ -13,8 +13,9 @@ LICENSE="ISC BSD BSD-2 GPL-2" 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=" - acct-group/crontab pam? ( sys-libs/pam ) anacron? ( !sys-process/anacron @@ -23,7 +24,9 @@ DEPEND=" ) selinux? ( sys-libs/libselinux ) " -RDEPEND="${DEPEND} +RDEPEND=" + ${BDEPEND} + ${DEPEND} sys-apps/debianutils "