diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-04-17 19:20:27 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-04-17 19:20:27 +0000 |
commit | 07f1cf9cc3264e71102cee85238ac6fd9bd03647 (patch) | |
tree | 29c671e7f414e04e57ef461bad60a533abed0626 /www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild | |
parent | Fixing so it only installs if you're using the current stable apache2 (diff) | |
download | historical-07f1cf9cc3264e71102cee85238ac6fd9bd03647.tar.gz historical-07f1cf9cc3264e71102cee85238ac6fd9bd03647.tar.bz2 historical-07f1cf9cc3264e71102cee85238ac6fd9bd03647.zip |
minor fix on DEPEND
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild')
-rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild b/www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild index 28837eef41b6..03dd12d73c79 100644 --- a/www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild +++ b/www-apache/mod_fcgid/mod_fcgid-1.05-r2.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/www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild,v 1.1 2005/04/17 19:13:17 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-1.05-r2.ebuild,v 1.2 2005/04/17 19:20:27 ramereth Exp $ DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management" @@ -15,8 +15,10 @@ SRC_URI="http://fastcgi.coremail.cn/${MY_P}.tar.gz" LICENSE="GPL-2" # For now, I only support the 'stable' layout for apache DEPEND="<=net-www/apache-2.0.52-r2 + !>net-www/apache-2.0.52-r2 !<=net-www/apache-1*" RDEPEND="<=net-www/apache-2.0.52-r2 + !>net-www/apache-2.0.52-r2 !<=net-www/apache-1*" src_unpack() { |