Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Mon, 05 Oct 2015 20:54:43
Message-Id: 1444078386.2f39c41e3298ffbf6db86137b1875b856dfcbc52.vapier@gentoo
1 commit: 2f39c41e3298ffbf6db86137b1875b856dfcbc52
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 20:53:06 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 20:53:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39c41e
7
8 sys-apps/debianutils: drop old coreutils deps
9
10 These were added ~7 years ago as part of the mktemp->coreutils transition.
11 We can assume that has happened at this point, so simplify the deps in the
12 ebuild as a result.
13
14 sys-apps/debianutils/debianutils-4.4.ebuild | 2 --
15 sys-apps/debianutils/debianutils-4.5.1.ebuild | 2 --
16 2 files changed, 4 deletions(-)
17
18 diff --git a/sys-apps/debianutils/debianutils-4.4.ebuild b/sys-apps/debianutils/debianutils-4.4.ebuild
19 index 126fa01..9652b01 100644
20 --- a/sys-apps/debianutils/debianutils-4.4.ebuild
21 +++ b/sys-apps/debianutils/debianutils-4.4.ebuild
22 @@ -15,8 +15,6 @@ SLOT="0"
23 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"
24 IUSE="kernel_linux static"
25
26 -PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )"
27 -
28 src_prepare() {
29 epatch "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch
30 }
31
32 diff --git a/sys-apps/debianutils/debianutils-4.5.1.ebuild b/sys-apps/debianutils/debianutils-4.5.1.ebuild
33 index b05260f..e3c9a71 100644
34 --- a/sys-apps/debianutils/debianutils-4.5.1.ebuild
35 +++ b/sys-apps/debianutils/debianutils-4.5.1.ebuild
36 @@ -15,8 +15,6 @@ SLOT="0"
37 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"
38 IUSE="kernel_linux static"
39
40 -PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )"
41 -
42 S="${WORKDIR}/${PN}"
43
44 src_prepare() {