diff options
Diffstat (limited to 'sys-apps/coreutils/coreutils-5.0-r3.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-5.0-r3.ebuild b/sys-apps/coreutils/coreutils-5.0-r3.ebuild index 936ed1d2c348..f65cf3e55dfc 100644 --- a/sys-apps/coreutils/coreutils-5.0-r3.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-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-r3.ebuild,v 1.10 2003/10/29 03:14:07 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r3.ebuild,v 1.11 2003/11/03 15:34:34 drobbins Exp $ inherit eutils @@ -21,6 +21,8 @@ DEPEND=">=sys-apps/portage-2.0.49 sys-devel/autoconf nls? ( sys-devel/gettext )" +RDEPEND="" + # the sandbox code in portage-2.0.48 causes breakage export SANDBOX_DISABLED="1" |