diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 14:42:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 14:42:43 +0000 |
commit | 0a66c0d5ff8e3ca4b48a8ca601aa03e72c3bc590 (patch) | |
tree | 1af3884bdb8efe608c9e927770fedcf2bf8ae7d4 /www-apps/rt | |
parent | Changed libapreq dep to new location, bug 162120 (diff) | |
download | gentoo-2-0a66c0d5ff8e3ca4b48a8ca601aa03e72c3bc590.tar.gz gentoo-2-0a66c0d5ff8e3ca4b48a8ca601aa03e72c3bc590.tar.bz2 gentoo-2-0a66c0d5ff8e3ca4b48a8ca601aa03e72c3bc590.zip |
Changed libapreq dep to new location, bug 162120
(Portage version: 2.1.2-r1)
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/rt/rt-3.2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index a5847c05e8b0..a91e0a7c762b 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,9 @@ # 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.48 2007/01/10 21:36:03 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.49 2007/01/20 14:42:43 mcummings Exp $ + + 20 Jan 2007; Michael Cummings <mcummings@gentoo.org> rt-3.2.1.ebuild: + Changed libapreq dep to new location, bug 162120 10 Jan 2007; Christian Heim <phreak@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.2.1.ebuild b/www-apps/rt/rt-3.2.1.ebuild index e5963be1b3e2..9ee8b840197c 100644 --- a/www-apps/rt/rt-3.2.1.ebuild +++ b/www-apps/rt/rt-3.2.1.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.2.1.ebuild,v 1.11 2007/01/10 21:36:03 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.12 2007/01/20 14:42:43 mcummings Exp $ inherit webapp eutils @@ -62,11 +62,11 @@ RDEPEND=" mysql? ( >=dev-perl/DBD-mysql-2.0416 ) postgres? ( dev-perl/DBD-Pg ) fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq-1* ) + !fastcgi? ( =www-misc/libapreq-1* ) =net-www/apache-1* " # apache2? ( >=net-www/apache-2 dev-perl/FCGI net-www/mod_fastcgi ) -# !apache2? ( =net-www/apache-1* =www-apache/libapreq-1* ) +# !apache2? ( =net-www/apache-1* =www-misc/libapreq-1* ) LICENSE="GPL-2" |