diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:45:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:45:12 +0000 |
commit | aa0d0ea597ca31a038e36cf4e13c85ab7ced66b3 (patch) | |
tree | e177b0fe3328b3d7fa5a6eb7d17d49a9b1f1463e /eclass/eutils.eclass | |
parent | sync IUSE (diff) | |
download | gentoo-2-aa0d0ea597ca31a038e36cf4e13c85ab7ced66b3.tar.gz gentoo-2-aa0d0ea597ca31a038e36cf4e13c85ab7ced66b3.tar.bz2 gentoo-2-aa0d0ea597ca31a038e36cf4e13c85ab7ced66b3.zip |
Remove IUSE="bootstrap pam" since axxo pointed out this is a bad idea
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 173693b6f569..7cb8e4141528 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.188 2005/07/06 20:32:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.189 2005/07/06 20:45:12 agriffis Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -11,8 +11,6 @@ inherit multilib -IUSE="bootstrap pam" - DEPEND="!bootstrap? ( sys-devel/patch )" # sys-apps/shadow is needed for useradd, etc, bug #94745. |