From b5926ecfbc9068c90bbf7412a85c5fd557b1c87e Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 31 Dec 2003 02:58:22 +0000 Subject: Added acl, gettext and libtermcap-compat to RDEPEND as well, otherwise that leads to b0rked tbz2's. Thanks to Donny Davis :) --- sys-apps/coreutils/coreutils-5.0.91-r3.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys-apps/coreutils/coreutils-5.0.91-r3.ebuild') diff --git a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild b/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild index 49cedb0d157e..d499907571d1 100644 --- a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild +++ b/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild,v 1.4 2003/12/30 23:56:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild,v 1.5 2003/12/31 02:58:15 seemant Exp $ inherit eutils flag-o-matic @@ -28,14 +28,16 @@ DEPEND="virtual/glibc >=sys-apps/portage-2.0.49 >=sys-devel/automake-1.7.6 >=sys-devel/autoconf-2.57 + >=sys-devel/m4-1.4-r1 sys-apps/help2man sys-libs/libtermcap-compat - ppc? ( >=sys-devel/m4-1.4-r1 ) - nls? ( sys-devel/gettext ) acl? ( !hppa? ( sys-apps/acl ) ) selinux? ( sys-libs/libselinux )" -RDEPEND="selinux? ( sys-libs/libselinux )" +RDEPEND="selinux? ( sys-libs/libselinux ) + acl? ( !hppa? ( sys-apps/acl ) ) + sys-libs/libtermcap-compat + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad