diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 11:14:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 11:14:44 +0000 |
commit | 75048beccd362e48b083aadbd3382d04a7c19ff5 (patch) | |
tree | 6102d821f90a95609a9553be987139e91d788548 /net-www/mod_auth_pam | |
parent | QA - inherit eutils. (Manifest recommit) (diff) | |
download | gentoo-2-75048beccd362e48b083aadbd3382d04a7c19ff5.tar.gz gentoo-2-75048beccd362e48b083aadbd3382d04a7c19ff5.tar.bz2 gentoo-2-75048beccd362e48b083aadbd3382d04a7c19ff5.zip |
QA - inherit eutils, don't assign default RDEPEND.
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild index af4d3229f388..b69ada9dba57 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild,v 1.1 2004/06/15 03:18:09 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild,v 1.2 2004/06/17 11:14:44 kloeri Exp $ + +inherit eutils DESCRIPTION="PAM authentication module for Apache2" HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/" @@ -13,10 +15,9 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="sys-libs/pam =net-www/apache-2*" -RDEPEND="${DEPEND}" IUSE="" SLOT="0" -# + src_unpack() { unpack "${PN}-2.0-1.1.1.tar.gz" cd "${S}" |