diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-04-14 06:13:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-04-14 06:13:10 +0000 |
commit | 7400040c6d273f7edacbe6f47f9191700dc0f8c3 (patch) | |
tree | b057bc0f110b89d8331df180b91ff759db319f94 /dev-ruby/rbbr/rbbr-0.6.0.ebuild | |
parent | Remove ruby-cvs from dependencies (diff) | |
download | historical-7400040c6d273f7edacbe6f47f9191700dc0f8c3.tar.gz historical-7400040c6d273f7edacbe6f47f9191700dc0f8c3.tar.bz2 historical-7400040c6d273f7edacbe6f47f9191700dc0f8c3.zip |
Remove ruby-cvs from dependencies
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-ruby/rbbr/rbbr-0.6.0.ebuild')
-rw-r--r-- | dev-ruby/rbbr/rbbr-0.6.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-ruby/rbbr/rbbr-0.6.0.ebuild b/dev-ruby/rbbr/rbbr-0.6.0.ebuild index aa59bb6404cf..f08548c76e94 100644 --- a/dev-ruby/rbbr/rbbr-0.6.0.ebuild +++ b/dev-ruby/rbbr/rbbr-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v 1.12 2006/05/28 23:30:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v 1.13 2007/04/14 06:11:35 graaff Exp $ DESCRIPTION="Ruby Browser for modules/classes hierarchy and their constants and methods" HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr" @@ -11,10 +11,7 @@ SLOT="0" LICENSE="Ruby" IUSE="nls cjk" -DEPEND="|| ( - >=dev-lang/ruby-1.8.0 - dev-lang/ruby-cvs - ) +DEPEND=">=dev-lang/ruby-1.8.0 >=dev-ruby/ruby-gtk2-0.9.1 nls? ( >=dev-ruby/ruby-gettext-0.5.5 ) cjk? ( >=dev-ruby/refe-0.8.0 )" |