diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 17:03:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 17:03:21 +0000 |
commit | c1c66c7933881300050819815dc3663c8afbd328 (patch) | |
tree | de2df20142c449aadf91a7abf93d67d24398e0b1 /net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild | |
parent | Revision bump. Added a patch (based on the one from www.ecsirt.net) that allo... (diff) | |
download | gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.tar.gz gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.tar.bz2 gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild')
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild index 94d013f72bcb..dc622a40db67 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.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_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild,v 1.1 2005/02/02 05:11:17 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild,v 1.2 2005/05/06 17:03:19 swegener Exp $ inherit eutils @@ -11,7 +11,7 @@ S=${WORKDIR}/${PN} SRC_URI="mirror://sourceforge/modauthmysql/${PN}.tgz" DEPEND="dev-db/mysql net-www/apache - apache2? ( >=net-www/apache-2* )" + apache2? ( >=net-www/apache-2 )" RDEPEND="" LICENSE="Apache-1.1" KEYWORDS="x86" |