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 2D1C0138334 for ; Mon, 28 Oct 2019 09:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58DACE0AC2; Mon, 28 Oct 2019 09:30:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5DE22E0AC2 for ; Mon, 28 Oct 2019 09:30:39 +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 1941134C468 for ; Mon, 28 Oct 2019 09:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4345883 for ; Mon, 28 Oct 2019 09:30:35 +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: <1572255029.20783520eec8b8ba5cefed1b400c7254a0e94471.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.4.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 20783520eec8b8ba5cefed1b400c7254a0e94471 X-VCS-Branch: master Date: Mon, 28 Oct 2019 09:30:35 +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: fb77eb1c-0fe7-4750-bb83-bcb515cc2d6a X-Archives-Hash: 148bde06cb8ac08db84195926ab2b308 commit: 20783520eec8b8ba5cefed1b400c7254a0e94471 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 28 09:29:57 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 28 09:30:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20783520 sys-process/cronie: Move sys-apps/debianutils from BDEPEND to RDEPEND Thanks-to: Alexander Tsoy tsoy.me> Bug: https://bugs.gentoo.org/551352 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-process/cronie/{cronie-1.5.4.ebuild => cronie-1.5.4-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild similarity index 98% rename from sys-process/cronie/cronie-1.5.4.ebuild rename to sys-process/cronie/cronie-1.5.4-r1.ebuild index 82d3f8f131a..29ca8c72c0c 100644 --- a/sys-process/cronie/cronie-1.5.4.ebuild +++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild @@ -19,8 +19,7 @@ DEPEND=" elibc_musl? ( sys-libs/obstack-standalone ) ) " -RDEPEND="${DEPEND}" -BDEPEND=" +RDEPEND="${DEPEND} sys-apps/debianutils "