diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:51:18 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:51:18 +0000 |
commit | 2508264eafe364ca0d058e9606e01e9a71312aa5 (patch) | |
tree | 61dd7a4d90a3a470bb82296d977357c510beeb63 /dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-2508264eafe364ca0d058e9606e01e9a71312aa5.tar.gz gentoo-2-2508264eafe364ca0d058e9606e01e9a71312aa5.tar.bz2 gentoo-2-2508264eafe364ca0d058e9606e01e9a71312aa5.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild index e530901fdeed..92a2d24d9548 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.35.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/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild,v 1.9 2007/07/10 23:33:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild,v 1.10 2007/07/29 16:51:18 phreak Exp $ inherit perl-module @@ -16,7 +16,7 @@ SRC_TEST="do" DEPEND="!modperl? ( virtual/perl-CGI ) modperl? ( - >=net-www/apache-2 + >=www-servers/apache-2 www-misc/libapreq2 >=www-apache/mod_perl-2 ) |