diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-16 21:04:09 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-16 21:04:09 +0000 |
commit | 615b9baac034762fc41a9842738beacf76469330 (patch) | |
tree | 7022724792902c13e017feee5163e5d14952ff9a /www-apps | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-615b9baac034762fc41a9842738beacf76469330.tar.gz gentoo-2-615b9baac034762fc41a9842738beacf76469330.tar.bz2 gentoo-2-615b9baac034762fc41a9842738beacf76469330.zip |
Add missing dependency. If we are not using Lighttpd and not FastCGI, we need mod_perl
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/rt/rt-4.2.9.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index bfd3774f17c8..20efc8029916 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/rt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.88 2014/11/16 16:37:12 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 21:04:09 titanofold Exp $ + + 16 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> rt-4.2.9.ebuild: + Add missing dependency. If we are not using Lighttpd and not FastCGI, we need + mod_perl *rt-4.2.9 (16 Nov 2014) diff --git a/www-apps/rt/rt-4.2.9.ebuild b/www-apps/rt/rt-4.2.9.ebuild index 3ca9893130c1..aaae90c0b1f6 100644 --- a/www-apps/rt/rt-4.2.9.ebuild +++ b/www-apps/rt/rt-4.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9.ebuild,v 1.1 2014/11/16 16:37:12 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9.ebuild,v 1.2 2014/11/16 21:04:09 titanofold Exp $ EAPI=5 @@ -117,7 +117,10 @@ DEPEND=" dev-perl/FCGI dev-perl/FCGI-ProcManager ) - !lighttpd? ( dev-perl/Apache-DBI ) + !lighttpd? ( + dev-perl/Apache-DBI + !fastcgi? ( >=www-apache/mod_perl-2 ) + ) lighttpd? ( dev-perl/FCGI ) mysql? ( >=dev-perl/DBD-mysql-2.1018 ) postgres? ( >=dev-perl/DBD-Pg-1.43 ) |