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 4DFB713888F for ; Mon, 5 Oct 2015 20:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0933421C00C; Mon, 5 Oct 2015 20:54:40 +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 A535721C00C for ; Mon, 5 Oct 2015 20:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFF3134085B for ; Mon, 5 Oct 2015 20:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F1E88C for ; Mon, 5 Oct 2015 20:54:36 +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: <1444078386.2f39c41e3298ffbf6db86137b1875b856dfcbc52.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/debianutils/debianutils-4.4.ebuild sys-apps/debianutils/debianutils-4.5.1.ebuild X-VCS-Directories: sys-apps/debianutils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2f39c41e3298ffbf6db86137b1875b856dfcbc52 X-VCS-Branch: master Date: Mon, 5 Oct 2015 20:54:36 +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: cf688547-b3b7-477d-84ef-3bddbc68e8d1 X-Archives-Hash: bb1d2b8e65f08c2b014dceac7c7c33f2 commit: 2f39c41e3298ffbf6db86137b1875b856dfcbc52 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 5 20:53:06 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Oct 5 20:53:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39c41e sys-apps/debianutils: drop old coreutils deps These were added ~7 years ago as part of the mktemp->coreutils transition. We can assume that has happened at this point, so simplify the deps in the ebuild as a result. sys-apps/debianutils/debianutils-4.4.ebuild | 2 -- sys-apps/debianutils/debianutils-4.5.1.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys-apps/debianutils/debianutils-4.4.ebuild b/sys-apps/debianutils/debianutils-4.4.ebuild index 126fa01..9652b01 100644 --- a/sys-apps/debianutils/debianutils-4.4.ebuild +++ b/sys-apps/debianutils/debianutils-4.4.ebuild @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="kernel_linux static" -PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )" - src_prepare() { epatch "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch } diff --git a/sys-apps/debianutils/debianutils-4.5.1.ebuild b/sys-apps/debianutils/debianutils-4.5.1.ebuild index b05260f..e3c9a71 100644 --- a/sys-apps/debianutils/debianutils-4.5.1.ebuild +++ b/sys-apps/debianutils/debianutils-4.5.1.ebuild @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="kernel_linux static" -PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )" - S="${WORKDIR}/${PN}" src_prepare() {