diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:55:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:55:07 +0000 |
commit | 89bfb8d6fdad3ff4a177e0d364715ed44646347a (patch) | |
tree | 43539faec5d42e9dbe8a3ccbf1f39135f65a94f4 /net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | |
parent | Added missing parentheses to SRC_URI. (diff) | |
download | historical-89bfb8d6fdad3ff4a177e0d364715ed44646347a.tar.gz historical-89bfb8d6fdad3ff4a177e0d364715ed44646347a.tar.bz2 historical-89bfb8d6fdad3ff4a177e0d364715ed44646347a.zip |
Added missing parentheses to SRC_URI.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild')
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 103985fd7df1..793bc3049658 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.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_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.6 2005/02/25 17:51:41 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.7 2005/05/05 15:55:07 swegener Exp $ inherit eutils apache-module @@ -30,8 +30,8 @@ DOCFILES="INSTALL README doc/*" need_apache -SRC_URI="apache2? http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-2.0-${PV}.tar.gz - !apache2? http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-${PV}.tar.gz" +SRC_URI="apache2? ( http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-2.0-${PV}.tar.gz ) + !apache2? ( http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-${PV}.tar.gz )" useq apache2 && S=${WORKDIR}/${PN} |