diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 18:50:26 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 18:50:26 +0000 |
commit | 95fc5ead34f16b17d2ec1146099c06cea4c72f96 (patch) | |
tree | b387c87c1c5e668151ec63fa1cb4b4e8f1f196b7 /net-www/mod_pcgi2 | |
parent | change gnustep-base's ffcall USE-flag into libffi (diff) | |
download | historical-95fc5ead34f16b17d2ec1146099c06cea4c72f96.tar.gz historical-95fc5ead34f16b17d2ec1146099c06cea4c72f96.tar.bz2 historical-95fc5ead34f16b17d2ec1146099c06cea4c72f96.zip |
Address dependency issues caused by depend.apache. Refer to bug 107127.
Package-Manager: portage-2.1_rc4-r1
Diffstat (limited to 'net-www/mod_pcgi2')
-rw-r--r-- | net-www/mod_pcgi2/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-www/mod_pcgi2/ChangeLog b/net-www/mod_pcgi2/ChangeLog index 6b66773da34f..5e3aff2baadc 100644 --- a/net-www/mod_pcgi2/ChangeLog +++ b/net-www/mod_pcgi2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_pcgi2 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.13 2005/02/25 12:27:33 hollow Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.14 2006/06/04 18:44:30 vericgar Exp $ + + 04 Jun 2006; Michael Stewart <vericgar@gentoo.org> mod_pcgi2-2.0.2.ebuild: + Address dependency issues caused by depend.apache. Refer to bug 107127. 25 Feb 2005; Benedikt Boehm <hollow@gentoo.org> files/2.0.2/20_mod_pcgi.conf, mod_pcgi2-2.0.2.ebuild: diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild index ae66a605ae30..3424dcbfb3bc 100644 --- a/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild +++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild,v 1.4 2005/10/03 03:51:46 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild,v 1.5 2006/06/04 18:44:30 vericgar Exp $ inherit eutils apache-module @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND="www-apps/pcgi" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN/mod_} |