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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F00D138359 for ; Fri, 24 Jul 2020 12:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91198E0817; Fri, 24 Jul 2020 12:44:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 766F2E0817 for ; Fri, 24 Jul 2020 12:44:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2525734EEF5 for ; Fri, 24 Jul 2020 12:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729412EB for ; Fri, 24 Jul 2020 12:44:21 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1595594656.1707a8282d61d5c68a67461512fae367fd97d951.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/systemd-cron/systemd-cron-1.5.14.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1707a8282d61d5c68a67461512fae367fd97d951 X-VCS-Branch: master Date: Fri, 24 Jul 2020 12:44:21 +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: 6ec81539-5cc2-40ba-96c6-cc79079cbbf1 X-Archives-Hash: cbd1da41044409c019e2d337558fc08a commit: 1707a8282d61d5c68a67461512fae367fd97d951 Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 24 12:41:35 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 24 12:44:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1707a828 sys-process/systemd-cron: Block sys-process/cronie[anacron] Closes: https://bugs.gentoo.org/733760 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> sys-process/systemd-cron/systemd-cron-1.5.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild index 09986564103..edc6c943c70 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild @@ -17,6 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=">=sys-apps/systemd-217 sys-apps/debianutils + !sys-process/cronie[anacron] !etc-crontab-systemd? ( !sys-process/dcron ) ${PYTHON_DEPS} sys-process/cronbase"