diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:53:51 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:53:51 +0000 |
commit | b21a5049b11405e6551cc296700abdd4253b51f7 (patch) | |
tree | 5a5e5552bae2b23e4be43b00912cf2d866607d31 /net-www/mod_auth_ldap | |
parent | Removing outdated ebuild (diff) | |
download | gentoo-2-b21a5049b11405e6551cc296700abdd4253b51f7.tar.gz gentoo-2-b21a5049b11405e6551cc296700abdd4253b51f7.tar.bz2 gentoo-2-b21a5049b11405e6551cc296700abdd4253b51f7.zip |
QA: Don't assign default to S
(Portage version: 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 |