summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-06 17:03:21 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-06 17:03:21 +0000
commitc1c66c7933881300050819815dc3663c8afbd328 (patch)
treede2df20142c449aadf91a7abf93d67d24398e0b1 /net-www
parentRevision bump. Added a patch (based on the one from www.ecsirt.net) that allo... (diff)
downloadgentoo-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')
-rw-r--r--net-www/mod_auth_mysql/ChangeLog6
-rw-r--r--net-www/mod_auth_mysql/mod_auth_mysql-2.0.0_pre20030510.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/ChangeLog b/net-www/mod_auth_mysql/ChangeLog
index ac8ff1760a7b..9865f4914385 100644
--- a/net-www/mod_auth_mysql/ChangeLog
+++ b/net-www/mod_auth_mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_mysql
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.16 2005/03/25 14:27:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.17 2005/05/06 17:03:19 swegener Exp $
+
+ 06 May 2005; Sven Wegener <swegener@gentoo.org>
+ mod_auth_mysql-2.0.0_pre20030510.ebuild:
+ Removed * postfix from <, <=, >= and > dependencies.
25 Mar 2005; <blubb@gentoo.org> mod_auth_mysql-2.8.1.ebuild:
added ~amd64
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"