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 75C8E138359 for ; Fri, 24 Jul 2020 12:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53AD2E081A; Fri, 24 Jul 2020 12:44:27 +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 25CB0E081A for ; Fri, 24 Jul 2020 12:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CB88034EEE0 for ; Fri, 24 Jul 2020 12:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57C612D6 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: <1595594655.ed494b19a6b6de393b48243c9c27c9affae960cf.polynomial-c@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.5.4-r1.ebuild sys-process/cronie/cronie-1.5.5.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ed494b19a6b6de393b48243c9c27c9affae960cf 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: 2a431973-63e1-4b88-a129-17c29c34e8e6 X-Archives-Hash: c3855c182d38dd91c8552ad2f5277d88 commit: ed494b19a6b6de393b48243c9c27c9affae960cf Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 24 12:39:28 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 24 12:44:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed494b19 sys-process/cronie: Block sys-process/systemd-cron when USE="anacron" Bug: https://bugs.gentoo.org/733760 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> sys-process/cronie/cronie-1.5.4-r1.ebuild | 4 +++- sys-process/cronie/cronie-1.5.5.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild index ce74a8a6366..50c1b98619e 100644 --- a/sys-process/cronie/cronie-1.5.4-r1.ebuild +++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild @@ -15,7 +15,9 @@ IUSE="+anacron +inotify pam selinux" DEPEND=" pam? ( sys-libs/pam ) - anacron? ( !sys-process/anacron + anacron? ( + !sys-process/anacron + !sys-process/systemd-cron elibc_musl? ( sys-libs/obstack-standalone ) elibc_uclibc? ( sys-libs/obstack-standalone ) ) diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild index e63bc853f31..ee77af51c77 100644 --- a/sys-process/cronie/cronie-1.5.5.ebuild +++ b/sys-process/cronie/cronie-1.5.5.ebuild @@ -15,7 +15,9 @@ IUSE="+anacron +inotify pam selinux" DEPEND=" pam? ( sys-libs/pam ) - anacron? ( !sys-process/anacron + anacron? ( + !sys-process/anacron + !sys-process/systemd-cron elibc_musl? ( sys-libs/obstack-standalone ) elibc_uclibc? ( sys-libs/obstack-standalone ) )