summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:04:28 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:04:28 +0000
commit61d50aa6ba8cfab9cbde669d92efecea34b39268 (patch)
tree54cd8b6f8027edf2f49c7be64c6b04b17468b47c /www-apps/rt
parentStatically link utility programs with liballeg (diff)
downloadgentoo-2-61d50aa6ba8cfab9cbde669d92efecea34b39268.tar.gz
gentoo-2-61d50aa6ba8cfab9cbde669d92efecea34b39268.tar.bz2
gentoo-2-61d50aa6ba8cfab9cbde669d92efecea34b39268.zip
fix depend.apache usage wrt #208584
(Portage version: 2.1.4)
Diffstat (limited to 'www-apps/rt')
-rw-r--r--www-apps/rt/ChangeLog8
-rw-r--r--www-apps/rt/rt-3.4.5.ebuild8
-rw-r--r--www-apps/rt/rt-3.6.3.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog
index 57c60c29ea3c..c1a931e0aad3 100644
--- a/www-apps/rt/ChangeLog
+++ b/www-apps/rt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/rt
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.53 2007/08/19 11:38:42 hollow Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.54 2008/02/05 15:04:28 hollow Exp $
+
+ 05 Feb 2008; Benedikt Böhm <hollow@gentoo.org> rt-3.4.5.ebuild,
+ rt-3.6.3.ebuild:
+ fix depend.apache usage wrt #208584
19 Aug 2007; Benedikt Böhm <hollow@gentoo.org> rt-3.4.5.ebuild,
rt-3.6.3.ebuild:
diff --git a/www-apps/rt/rt-3.4.5.ebuild b/www-apps/rt/rt-3.4.5.ebuild
index d61e7d1cad15..0cfbed73427e 100644
--- a/www-apps/rt/rt-3.4.5.ebuild
+++ b/www-apps/rt/rt-3.4.5.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/rt/rt-3.4.5.ebuild,v 1.18 2007/08/19 11:38:42 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.5.ebuild,v 1.19 2008/02/05 15:04:28 hollow Exp $
-inherit webapp eutils
+inherit webapp eutils depend.apache
IUSE="mysql postgres fastcgi lighttpd"
@@ -79,7 +79,7 @@ DEPEND="
RDEPEND="
${DEPEND}
virtual/mta
- !lighttpd? ( >=www-servers/apache-2 )
+ !lighttpd? ( ${APACHE2_DEPEND} )
lighttpd? ( >=www-servers/lighttpd-1.3.13 )
"
diff --git a/www-apps/rt/rt-3.6.3.ebuild b/www-apps/rt/rt-3.6.3.ebuild
index a1a1b714d50d..0600443f12fa 100644
--- a/www-apps/rt/rt-3.6.3.ebuild
+++ b/www-apps/rt/rt-3.6.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/rt/rt-3.6.3.ebuild,v 1.8 2007/08/19 11:38:42 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.6.3.ebuild,v 1.9 2008/02/05 15:04:28 hollow Exp $
-inherit webapp eutils
+inherit webapp eutils depend.apache
IUSE="mysql postgres fastcgi lighttpd"
@@ -87,7 +87,7 @@ DEPEND="
RDEPEND="
${DEPEND}
virtual/mta
- !lighttpd? ( >=www-servers/apache-2 )
+ !lighttpd? ( ${APACHE2_DEPEND} )
lighttpd? ( >=www-servers/lighttpd-1.3.13 )
"