diff options
author | 2002-11-28 20:36:07 +0000 | |
---|---|---|
committer | 2002-11-28 20:36:07 +0000 | |
commit | 0a32f8bcf1fdb28e741767d51f5962296071c1d6 (patch) | |
tree | 619e62c1bf354c7e77e9a5128fedc01bf5f44f61 /net-www/mod_auth_mysql | |
parent | new Apache2 module (diff) | |
download | historical-0a32f8bcf1fdb28e741767d51f5962296071c1d6.tar.gz historical-0a32f8bcf1fdb28e741767d51f5962296071c1d6.tar.bz2 historical-0a32f8bcf1fdb28e741767d51f5962296071c1d6.zip |
fixo
Diffstat (limited to 'net-www/mod_auth_mysql')
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild index 16c5c21f92a3..d8f29da5fa9a 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild,v 1.1 2002/11/28 20:32:10 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild,v 1.2 2002/11/28 20:36:07 woodchip Exp $ DESCRIPTION="Basic authentication for Apache2 using a MySQL database" HOMEPAGE="ftp://ftp.kciLink.com/pub/" S=${WORKDIR}/${P} SRC_URI="mirror://gentoo/mod_auth_mysql-1.11-gentoo.tar.bz2" -DEPEND="=dev-db/mysql-3*" -RDEPEND="${DEPEND} =net-www/apache-2*" +DEPEND="=dev-db/mysql-3* =net-www/apache-2*" LICENSE="Apache-1.1" KEYWORDS="~x86" IUSE="" |