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 400CC138334 for ; Fri, 17 May 2019 13:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 521EBE08BB; Fri, 17 May 2019 13:07:45 +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 3334DE08BB for ; Fri, 17 May 2019 13:07:45 +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 E43C5344800 for ; Fri, 17 May 2019 13:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B8F452 for ; Fri, 17 May 2019 13:07:42 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1558098372.529919d354b79547dac782390b988475630707e1.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bcron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bcron/bcron-0.11.ebuild X-VCS-Directories: sys-process/bcron/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 529919d354b79547dac782390b988475630707e1 X-VCS-Branch: master Date: Fri, 17 May 2019 13:07:42 +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: 1a6eb00e-9a9b-4ceb-8fa7-cd1cbd90ddbe X-Archives-Hash: 2c9f54877c602a4958a6c5f33f59f70f commit: 529919d354b79547dac782390b988475630707e1 Author: Stefan Strogin gentoo org> AuthorDate: Fri May 17 13:05:08 2019 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Fri May 17 13:06:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529919d3 sys-process/bcron: move dev-libs/bglibs to RDEPEND Bug: https://bugs.gentoo.org/604320 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> sys-process/bcron/bcron-0.11.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild index 329c71869b3..9b62eaa50b5 100644 --- a/sys-process/bcron/bcron-0.11.ebuild +++ b/sys-process/bcron/bcron-0.11.ebuild @@ -15,13 +15,13 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="sys-apps/ucspi-unix +RDEPEND=">=dev-libs/bglibs-2.04 + sys-apps/ucspi-unix sys-process/cronbase virtual/daemontools virtual/mta" DEPEND="${RDEPEND} - ${PYTHON_DEPS} - >=dev-libs/bglibs-2.04" + ${PYTHON_DEPS}" CRON_SYSTEM_CRONTAB="yes"