summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-11-06 14:43:53 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-11-06 14:43:53 +0000
commit922382c2aa13f5946aa6264710ed32aadaff48a7 (patch)
treed7d5321eae644ed62815d473b215810039f95a6f /www-apache
parentAdd missing app-arch/unzip to DEPEND. (diff)
downloadgentoo-2-922382c2aa13f5946aa6264710ed32aadaff48a7.tar.gz
gentoo-2-922382c2aa13f5946aa6264710ed32aadaff48a7.tar.bz2
gentoo-2-922382c2aa13f5946aa6264710ed32aadaff48a7.zip
Fix DEPEND.
(Portage version: 2.1.3.18)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_caucho/ChangeLog6
-rw-r--r--www-apache/mod_caucho/mod_caucho-3.0.24.ebuild4
-rw-r--r--www-apache/mod_caucho/mod_caucho-3.1.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apache/mod_caucho/ChangeLog b/www-apache/mod_caucho/ChangeLog
index 4d6b847114ed..f8159008efbd 100644
--- a/www-apache/mod_caucho/ChangeLog
+++ b/www-apache/mod_caucho/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_caucho
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.24 2007/11/06 14:38:22 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.25 2007/11/06 14:43:53 nelchael Exp $
+
+ 06 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ mod_caucho-3.0.24.ebuild, mod_caucho-3.1.2.ebuild:
+ Fix DEPEND.
06 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org>
mod_caucho-3.0.24.ebuild, mod_caucho-3.1.2.ebuild:
diff --git a/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild b/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild
index 13f8bf75547a..b29ae3763ec8 100644
--- a/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild
+++ b/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild,v 1.5 2007/11/06 14:38:22 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.24.ebuild,v 1.6 2007/11/06 14:43:53 nelchael Exp $
inherit eutils apache-module autotools
@@ -21,7 +21,7 @@ APACHE2_MOD_DEFINE="CAUCHO"
need_apache2
-DEPEND="${DEPENDS}
+DEPEND="${DEPEND}
app-arch/unzip"
src_unpack() {
diff --git a/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild b/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild
index fc9679b47509..092cc4dcef46 100644
--- a/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild
+++ b/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild,v 1.2 2007/11/06 14:38:22 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.2.ebuild,v 1.3 2007/11/06 14:43:53 nelchael Exp $
inherit eutils apache-module autotools
@@ -24,7 +24,7 @@ APACHE2_MOD_DEFINE="CAUCHO"
need_apache2
-DEPEND="${DEPENDS}
+DEPEND="${DEPEND}
app-arch/unzip"
src_unpack() {