diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-31 02:58:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-31 02:58:22 +0000 |
commit | b5926ecfbc9068c90bbf7412a85c5fd557b1c87e (patch) | |
tree | 6f4d2e6ded46aae270be2bd5bd4bc4671ef121fb /sys-apps/coreutils/coreutils-5.0.91-r3.ebuild | |
parent | new version, moved 1.21 to stable (diff) | |
download | historical-b5926ecfbc9068c90bbf7412a85c5fd557b1c87e.tar.gz historical-b5926ecfbc9068c90bbf7412a85c5fd557b1c87e.tar.bz2 historical-b5926ecfbc9068c90bbf7412a85c5fd557b1c87e.zip |
Added acl, gettext and libtermcap-compat to RDEPEND as well, otherwise that leads to b0rked tbz2's. Thanks to Donny Davis <woodchip@gentoo.org> :)
Diffstat (limited to 'sys-apps/coreutils/coreutils-5.0.91-r3.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0.91-r3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
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} |