From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 63E041386F4 for ; Mon, 10 Aug 2015 08:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86A11427A; Mon, 10 Aug 2015 08:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 004781427B for ; Mon, 10 Aug 2015 08:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11C4934086C for ; Mon, 10 Aug 2015 08:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF004144 for ; Mon, 10 Aug 2015 08:00:15 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1439193578.ee0b3ce18d9a72376e0ae994c1efbe6c2a4094c5.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/anacron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/anacron/anacron-2.3-r3.ebuild X-VCS-Directories: sys-process/anacron/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: ee0b3ce18d9a72376e0ae994c1efbe6c2a4094c5 X-VCS-Branch: master Date: Mon, 10 Aug 2015 08:00:15 +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-Archives-Salt: 5a9c028e-3498-405f-ac48-b3dc07637c57 X-Archives-Hash: e3510dd1d375148f0b7df61a898b4a8c commit: ee0b3ce18d9a72376e0ae994c1efbe6c2a4094c5 Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 10 07:20:56 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Aug 10 07:59:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0b3ce1 anacron: clean up depend settings #370203 We do not need to depend on sed (it is in @system), cronbase should be a runtime dep for cron daemons, and we do not need virtual/cron as anacron runs by itself just fine #370203. sys-process/anacron/anacron-2.3-r3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-process/anacron/anacron-2.3-r3.ebuild b/sys-process/anacron/anacron-2.3-r3.ebuild index e723cd5..fdf0298 100644 --- a/sys-process/anacron/anacron-2.3-r3.ebuild +++ b/sys-process/anacron/anacron-2.3-r3.ebuild @@ -13,10 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" -DEPEND=">=sys-apps/sed-4 - sys-process/cronbase" -RDEPEND="virtual/mta - virtual/cron" +DEPEND="sys-process/cronbase" +RDEPEND="${RDEPEND} + virtual/mta" src_unpack() { unpack ${A}