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 0701513888F for ; Sat, 10 Oct 2015 18:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCEB6E084C; Sat, 10 Oct 2015 18:24:01 +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 0C2BCE0806 for ; Sat, 10 Oct 2015 18:24:01 +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 50EEB340691 for ; Sat, 10 Oct 2015 18:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A441DEE for ; Sat, 10 Oct 2015 18:23:56 +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: <1444501372.c94a2e92c0af2c7e349fbc13fbbb63fcac99c5a1.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/util-vserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild X-VCS-Directories: sys-cluster/util-vserver/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c94a2e92c0af2c7e349fbc13fbbb63fcac99c5a1 X-VCS-Branch: master Date: Sat, 10 Oct 2015 18:23:56 +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: ce5128ad-9fec-470e-84ef-2f9d52a890c3 X-Archives-Hash: ae93e1fee153e0784444d92dce42a356 commit: c94a2e92c0af2c7e349fbc13fbbb63fcac99c5a1 Author: Mike Frysinger gentoo org> AuthorDate: Sat Oct 10 18:18:59 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Oct 10 18:22:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a2e92 sys-cluster/util-vserver: drop old coreutils/mktemp dep Since coreutils has provided mktemp for many years now, we can drop this. sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild | 3 +-- sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild | 3 +-- sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild index 95aa233..4273a03 100644 --- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild +++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3025.ebuild @@ -22,8 +22,7 @@ IUSE="" CDEPEND="dev-libs/beecrypt net-firewall/iptables net-misc/vconfig - sys-apps/iproute2 - || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )" + sys-apps/iproute2" DEPEND=">=dev-libs/dietlibc-0.33_pre20110403 ${CDEPEND}" diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild index 96af5e6..cb91836 100644 --- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild +++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3062.ebuild @@ -22,8 +22,7 @@ IUSE="" CDEPEND="dev-libs/beecrypt net-firewall/iptables net-misc/vconfig - sys-apps/iproute2 - sys-apps/coreutils" + sys-apps/iproute2" DEPEND=">dev-libs/dietlibc-0.33 ${CDEPEND}" diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild index 6a706d8..79bea53 100644 --- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild +++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120.ebuild @@ -22,8 +22,7 @@ IUSE="" CDEPEND="dev-libs/beecrypt net-firewall/iptables net-misc/vconfig - sys-apps/iproute2 - sys-apps/coreutils" + sys-apps/iproute2" DEPEND=">dev-libs/dietlibc-0.33 ${CDEPEND}"