diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:39:19 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:39:19 +0000 |
commit | 85575c6854f6b111fca91e6be8dd01223b3410c6 (patch) | |
tree | 823f33093db3e9c0ecacc6cf62da58181b991c88 /www-apps/rt | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-85575c6854f6b111fca91e6be8dd01223b3410c6.tar.gz gentoo-2-85575c6854f6b111fca91e6be8dd01223b3410c6.tar.bz2 gentoo-2-85575c6854f6b111fca91e6be8dd01223b3410c6.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/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.5.ebuild | 4 | ||||
-rw-r--r-- | www-apps/rt/rt-3.6.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index 5948e3793666..c0e179cb9295 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,11 @@ # 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.51 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.52 2007/07/29 17:39:19 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> rt-3.4.5.ebuild, + rt-3.6.3.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 12 May 2007; Luca Longinotti <chtekk@gentoo.org> -rt-3.2.1.ebuild, 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 b0e8fd534201..938aac5818b9 100644 --- a/www-apps/rt/rt-3.4.5.ebuild +++ b/www-apps/rt/rt-3.4.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/rt/rt-3.4.5.ebuild,v 1.16 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.5.ebuild,v 1.17 2007/07/29 17:39:19 phreak Exp $ inherit webapp eutils @@ -79,7 +79,7 @@ DEPEND=" RDEPEND=" ${DEPEND} virtual/mta - !lighttpd? ( >=net-www/apache-2 ) + !lighttpd? ( >=www-servers/apache-2 ) 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 e8c038efc998..583b7ddc5889 100644 --- a/www-apps/rt/rt-3.6.3.ebuild +++ b/www-apps/rt/rt-3.6.3.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/rt/rt-3.6.3.ebuild,v 1.6 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.6.3.ebuild,v 1.7 2007/07/29 17:39:19 phreak Exp $ inherit webapp eutils @@ -87,7 +87,7 @@ DEPEND=" RDEPEND=" ${DEPEND} virtual/mta - !lighttpd? ( >=net-www/apache-2 ) + !lighttpd? ( >=www-servers/apache-2 ) lighttpd? ( >=www-servers/lighttpd-1.3.13 ) " |