diff options
author | 2006-07-27 06:55:36 +0000 | |
---|---|---|
committer | 2006-07-27 06:55:36 +0000 | |
commit | f32fbe53625bb6c358d041ee5544db9d39ec8e88 (patch) | |
tree | 5a979754b5bd425a87adf24172994ba5bfc0ecfc /app-admin/webmin/webmin-1.290.ebuild | |
parent | Version bump (diff) | |
download | historical-f32fbe53625bb6c358d041ee5544db9d39ec8e88.tar.gz historical-f32fbe53625bb6c358d041ee5544db9d39ec8e88.tar.bz2 historical-f32fbe53625bb6c358d041ee5544db9d39ec8e88.zip |
Added missing pam flag to IUSE
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'app-admin/webmin/webmin-1.290.ebuild')
-rw-r--r-- | app-admin/webmin/webmin-1.290.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/webmin/webmin-1.290.ebuild b/app-admin/webmin/webmin-1.290.ebuild index 055ee47bb55c..66c29bb007b2 100644 --- a/app-admin/webmin/webmin-1.290.ebuild +++ b/app-admin/webmin/webmin-1.290.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.290.ebuild,v 1.1 2006/07/24 18:20:41 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.290.ebuild,v 1.2 2006/07/27 06:55:36 stuart Exp $ -IUSE="apache2 postgres ssl webmin-minimal" +IUSE="apache2 pam postgres ssl webmin-minimal" inherit eutils pam |