sys-apps/debianutils: drop old coreutils deps
authorMike Frysinger <vapier@gentoo.org>
Mon, 5 Oct 2015 20:53:06 +0000 (16:53 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 5 Oct 2015 20:53:06 +0000 (16:53 -0400)
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
sys-apps/debianutils/debianutils-4.5.1.ebuild

index 126fa01d68ad5c622c745054ca41a4f72901ceaa..9652b01a9a1c553c05c84c67fe9e3c996da27f37 100644 (file)
@@ -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
 }
index b05260fcfea1df0cd14902ab2b721abe3a2d2400..e3c9a71703994f0b8ca35bf3d50acb5ce9419c74 100644 (file)
@@ -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() {