diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-22 21:18:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-22 21:18:05 +0000 |
commit | 13ed6a39878ca93d1e4d2fbd026c20af30bd522c (patch) | |
tree | 4212fe40ae661a5feae1f09f0a9cb8c298607e7a /eclass/eutils.eclass | |
parent | 0.10.0 version bump. (diff) | |
download | historical-13ed6a39878ca93d1e4d2fbd026c20af30bd522c.tar.gz historical-13ed6a39878ca93d1e4d2fbd026c20af30bd522c.tar.bz2 historical-13ed6a39878ca93d1e4d2fbd026c20af30bd522c.zip |
Workaround portage bug, set RDEPEND explicitely.
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 3 |
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" |