summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-22 21:18:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-22 21:18:05 +0000
commitc441d3eb6a2212b4e5dc8637e39f448a0c2c437c (patch)
treea3e759509a12fcb7b5a4718ff29c5985020cd4d4 /eclass
parent0.10.0 version bump. (diff)
downloadgentoo-2-c441d3eb6a2212b4e5dc8637e39f448a0c2c437c.tar.gz
gentoo-2-c441d3eb6a2212b4e5dc8637e39f448a0c2c437c.tar.bz2
gentoo-2-c441d3eb6a2212b4e5dc8637e39f448a0c2c437c.zip
Workaround portage bug, set RDEPEND explicitely.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 030c8dbd4943..2ac2ae6a8aba 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.231 2006/03/18 18:38:11 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.232 2006/03/22 21:18:05 flameeyes Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -12,6 +12,7 @@
inherit multilib portability
DEPEND="!bootstrap? ( sys-devel/patch )"
+RDEPEND=""
# sys-apps/shadow is needed for useradd, etc, bug #94745.
DESCRIPTION="Based on the ${ECLASS} eclass"