summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-03-21 00:42:59 +0000
committerElfyn McBratney <beu@gentoo.org>2005-03-21 00:42:59 +0000
commitaaf20c044eeeec234044c52dfe867a3657438f9b (patch)
tree30be879b4e68f7cec18530260ad1ab0c973e1b35 /net-www/mod_ssl/mod_ssl-2.8.21.ebuild
parentVersion bump (diff)
downloadgentoo-2-aaf20c044eeeec234044c52dfe867a3657438f9b.tar.gz
gentoo-2-aaf20c044eeeec234044c52dfe867a3657438f9b.tar.bz2
gentoo-2-aaf20c044eeeec234044c52dfe867a3657438f9b.zip
Fix DEPEND so mod_ssl-2.8.21 will work with <=apache-1.3.33-r1.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/mod_ssl/mod_ssl-2.8.21.ebuild')
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.21.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild b/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
index c597ff1c2ea8..aec0dc0424c5 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.21.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_ssl/mod_ssl-2.8.21.ebuild,v 1.13 2005/01/08 21:43:06 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.21.ebuild,v 1.14 2005/03/21 00:42:59 beu Exp $
MY_P=${P}-1.3.32
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,11 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86"
IUSE=""
-DEPEND="|| ( =net-www/apache-1.3.32* =net-www/apache-1.3.33 )
+DEPEND="|| (
+ >=net-www/apache-1.3.32*
+ =net-www/apache-1.3.33*
+ )
+ !>=net-www/apache-1.3.33-r2
>=dev-libs/openssl-0.9.6k"
src_unpack() {