diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:56:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:56:59 +0000 |
commit | 10b37e48bf3e0e5fe47283d47e558d90978f76a6 (patch) | |
tree | 210e6af68deab57d555ef483bab3028707550eb5 /net-www/mod_auth_ldap | |
parent | QA: Don't assign default to S; Use default src_compile (diff) | |
download | historical-10b37e48bf3e0e5fe47283d47e558d90978f76a6.tar.gz historical-10b37e48bf3e0e5fe47283d47e558d90978f76a6.tar.bz2 historical-10b37e48bf3e0e5fe47283d47e558d90978f76a6.zip |
QA: Don't assign default to S
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-www/mod_auth_ldap')
-rw-r--r-- | net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild index edc5b7205097..5fd9b0be119e 100644 --- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild +++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild @@ -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/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.9 2005/01/30 07:58:01 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.10 2005/07/10 00:53:32 swegener Exp $ DESCRIPTION="Apache module for LDAP authorization" HOMEPAGE="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html" @@ -17,8 +17,6 @@ SLOT="0" IUSE="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} || die cd ${S} || die |