diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:32:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:32:49 +0000 |
commit | 09149f41c93bcb448be72a4a255a05ec1ae4e788 (patch) | |
tree | 3fe37d545f01b9299113fcc56b8f0477970f7b70 /eclass | |
parent | stable on amd64 (diff) | |
download | gentoo-2-09149f41c93bcb448be72a4a255a05ec1ae4e788.tar.gz gentoo-2-09149f41c93bcb448be72a4a255a05ec1ae4e788.tar.bz2 gentoo-2-09149f41c93bcb448be72a4a255a05ec1ae4e788.zip |
add IUSE="bootstrap pam"
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 26cea3aa960e..173693b6f569 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.187 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.188 2005/07/06 20:32:49 agriffis Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -11,6 +11,8 @@ inherit multilib +IUSE="bootstrap pam" + DEPEND="!bootstrap? ( sys-devel/patch )" # sys-apps/shadow is needed for useradd, etc, bug #94745. |