diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-05 15:20:39 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-05 15:20:39 +0000 |
commit | fcda3add5de2d6259a3c134e6ac136f3bd9883fb (patch) | |
tree | 26fe8d17a50d98d01c8b04d6da8e8159e76ea859 /www-apps/bugzilla/bugzilla-2.22.3.ebuild | |
parent | Sparc stable, Bug #208971 (diff) | |
download | historical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.tar.gz historical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.tar.bz2 historical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.zip |
fix depend.apache usage wrt #208584
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apps/bugzilla/bugzilla-2.22.3.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-2.22.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-apps/bugzilla/bugzilla-2.22.3.ebuild b/www-apps/bugzilla/bugzilla-2.22.3.ebuild index 10e3a4d93240..e6b1244fd6f0 100644 --- a/www-apps/bugzilla/bugzilla-2.22.3.ebuild +++ b/www-apps/bugzilla/bugzilla-2.22.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.6 2007/09/04 18:19:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.7 2008/02/05 15:20:39 hollow Exp $ -inherit webapp +inherit webapp depend.apache DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz" @@ -17,7 +17,6 @@ RDEPEND=" >=dev-lang/perl-5.6.1 postgres? ( >=dev-perl/DBD-Pg-1.45 ) mysql? ( >=dev-perl/DBD-mysql-3.0007 ) - >=www-servers/apache-2.0 graphviz? ( media-gfx/graphviz ) >=dev-perl/AppConfig-1.52 >=virtual/perl-CGI-2.93 @@ -46,6 +45,8 @@ RDEPEND=" " # dev-util/patchutils needed for interdiff +need_apache2 + src_unpack() { unpack ${A} cd ${S} |