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 | 5c852c16289a385c596ace729dc3d777f395240f (patch) | |
tree | d6f524ee5ef7a29c9b48d54fffaab66618a068c3 /net-www/mod_transform | |
parent | Address dependency issues caused by depend.apache. Refer to bug 107127. (diff) | |
download | gentoo-2-5c852c16289a385c596ace729dc3d777f395240f.tar.gz gentoo-2-5c852c16289a385c596ace729dc3d777f395240f.tar.bz2 gentoo-2-5c852c16289a385c596ace729dc3d777f395240f.zip |
Address dependency issues caused by depend.apache. Refer to bug 107127.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'net-www/mod_transform')
-rw-r--r-- | net-www/mod_transform/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_transform/mod_transform-0.6.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-www/mod_transform/ChangeLog b/net-www/mod_transform/ChangeLog index 8e3f95dafed9..14aff239f904 100644 --- a/net-www/mod_transform/ChangeLog +++ b/net-www/mod_transform/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_transform -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_transform/ChangeLog,v 1.8 2005/11/23 17:43:03 metalgod Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_transform/ChangeLog,v 1.9 2006/06/04 18:50:26 vericgar Exp $ + + 04 Jun 2006; Michael Stewart <vericgar@gentoo.org> + mod_transform-0.6.0.ebuild: + Address dependency issues caused by depend.apache. Refer to bug 107127. 23 Nov 2005; Luis Medinas <metalgod@gentoo.org> mod_transform-0.6.0.ebuild: diff --git a/net-www/mod_transform/mod_transform-0.6.0.ebuild b/net-www/mod_transform/mod_transform-0.6.0.ebuild index 86d4a2505c6b..78c0df4bc605 100644 --- a/net-www/mod_transform/mod_transform-0.6.0.ebuild +++ b/net-www/mod_transform/mod_transform-0.6.0.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_transform/mod_transform-0.6.0.ebuild,v 1.6 2005/11/23 17:43:03 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_transform/mod_transform-0.6.0.ebuild,v 1.7 2006/06/04 18:50:26 vericgar Exp $ inherit eutils apache-module @@ -15,6 +15,7 @@ IUSE="" DEPEND=">=dev-libs/libxslt-1.1.5 >=dev-libs/libxml2-2.6.11" +RDEPEND="${DEPEND}" APACHE2_MOD_CONF="10_${PN}" APACHE2_MOD_DEFINE="TRANSFORM" |