diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:32:27 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:32:27 +0000 |
commit | 4d2accf4aaff75c3a39b13eb1c55e01f1aa29ae8 (patch) | |
tree | 31ada1b8788abe41eeb7ab67f8fa88c3ee64eab6 /www-apps/otrs/otrs-2.1.5.ebuild | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-4d2accf4aaff75c3a39b13eb1c55e01f1aa29ae8.tar.gz gentoo-2-4d2accf4aaff75c3a39b13eb1c55e01f1aa29ae8.tar.bz2 gentoo-2-4d2accf4aaff75c3a39b13eb1c55e01f1aa29ae8.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 'www-apps/otrs/otrs-2.1.5.ebuild')
-rw-r--r-- | www-apps/otrs/otrs-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/otrs/otrs-2.1.5.ebuild b/www-apps/otrs/otrs-2.1.5.ebuild index 477e3dc8e004..ed9c0a093e6a 100644 --- a/www-apps/otrs/otrs-2.1.5.ebuild +++ b/www-apps/otrs/otrs-2.1.5.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-apps/otrs/otrs-2.1.5.ebuild,v 1.3 2007/05/12 04:50:56 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.1.5.ebuild,v 1.4 2007/07/29 17:32:27 phreak Exp $ inherit webapp eutils @@ -35,7 +35,7 @@ RDEPEND=" ldap? ( dev-perl/perl-ldap net-nds/openldap ) mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) - >=net-www/apache-2 + >=www-servers/apache-2 fastcgi? ( dev-perl/FCGI ) !fastcgi? ( =www-misc/libapreq2-2* ) gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) |