diff options
author | 2006-07-08 16:02:06 +0000 | |
---|---|---|
committer | 2006-07-08 16:02:06 +0000 | |
commit | 23b8df5fc2de21705e7549e9338731e12525403b (patch) | |
tree | 2eadeccbd04dbe70863bcaceb5edaae013f376c8 /app-admin/webmin | |
parent | Added eselect-compiler so conflicts with gcc-config-1.x can be seen clearly. (diff) | |
download | gentoo-2-23b8df5fc2de21705e7549e9338731e12525403b.tar.gz gentoo-2-23b8df5fc2de21705e7549e9338731e12525403b.tar.bz2 gentoo-2-23b8df5fc2de21705e7549e9338731e12525403b.zip |
Closing bug 62123 - Authen-PAM is no longer broken
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.280.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 8cfb72fa1a5c..b3830d25bd5b 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.116 2006/06/16 15:03:34 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.117 2006/07/08 16:02:06 mcummings Exp $ + + 08 Jul 2006; Michael Cummings <mcummings@gentoo.org> webmin-1.280.ebuild: + Closing bug 62123 - Authen-PAM is no longer broken 16 Jun 2006; Stuart Longland <redhatter@gentoo.org> -files/webmin-1.130-webalizer.patch, -webmin-1.170-r3.ebuild: diff --git a/app-admin/webmin/webmin-1.280.ebuild b/app-admin/webmin/webmin-1.280.ebuild index 0ba6a7376b06..db02d663e879 100644 --- a/app-admin/webmin/webmin-1.280.ebuild +++ b/app-admin/webmin/webmin-1.280.ebuild @@ -1,6 +1,6 @@ # 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.280.ebuild,v 1.1 2006/06/23 19:09:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.280.ebuild,v 1.2 2006/07/08 16:02:06 mcummings Exp $ IUSE="apache2 postgres ssl webmin-minimal" @@ -24,10 +24,9 @@ DEPEND="dev-lang/perl" RDEPEND="${DEPEND} ssl? ( dev-perl/Net-SSLeay ) postgres? ( dev-perl/DBD-Pg ) + pam? ( dev-perl/Authen-PAM ) dev-perl/XML-Generator" -# See bug #62123 -# pam? ( dev-perl/Authen-PAM ) src_unpack() { |