diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:55:00 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:55:00 +0000 |
commit | a22c926f1a3deba19f1e84f462059e01ae56c066 (patch) | |
tree | 03483cf058262cea96e37709561c1d6ea9aabd51 /dev-ruby | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-a22c926f1a3deba19f1e84f462059e01ae56c066.tar.gz gentoo-2-a22c926f1a3deba19f1e84f462059e01ae56c066.tar.bz2 gentoo-2-a22c926f1a3deba19f1e84f462059e01ae56c066.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 'dev-ruby')
-rw-r--r-- | dev-ruby/nitro/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/nitro/nitro-0.40.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/nitro/ChangeLog b/dev-ruby/nitro/ChangeLog index 66765976d670..77f4ac853392 100644 --- a/dev-ruby/nitro/ChangeLog +++ b/dev-ruby/nitro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/nitro # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.11 2007/05/20 17:03:00 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.12 2007/07/29 16:55:00 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> nitro-0.40.0.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 20 May 2007; Richard Brown <rbrown@gentoo.org> metadata.xml, -nitro-0.29.0.ebuild: diff --git a/dev-ruby/nitro/nitro-0.40.0.ebuild b/dev-ruby/nitro/nitro-0.40.0.ebuild index 3c075c2104c3..93ab6a14fbec 100644 --- a/dev-ruby/nitro/nitro-0.40.0.ebuild +++ b/dev-ruby/nitro/nitro-0.40.0.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/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.3 2007/03/28 11:14:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.4 2007/07/29 16:55:00 phreak Exp $ inherit ruby gems @@ -21,7 +21,7 @@ DEPEND=">=dev-lang/ruby-1.8.5 >=dev-ruby/redcloth-3.0.4 =dev-ruby/ruby-breakpoint-0.5.0 =dev-ruby/daemons-0.4.2 - apache2? ( =net-www/apache-2* ) + apache2? ( =www-servers/apache-2* ) fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) lighttpd? ( >=www-servers/lighttpd-1.4.11 ) xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )" |