diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 15:16:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 15:16:16 +0000 |
commit | 61c50413a0da0bdb1924a4b8b8dcc63de82f19bb (patch) | |
tree | 38f07b410c2a80e22dab63f3e0c2778d799df1e1 /dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild | |
parent | Stop trying to install files that are no longer included in the package. (diff) | |
download | historical-61c50413a0da0bdb1924a4b8b8dcc63de82f19bb.tar.gz historical-61c50413a0da0bdb1924a4b8b8dcc63de82f19bb.tar.bz2 historical-61c50413a0da0bdb1924a4b8b8dcc63de82f19bb.zip |
virtual/ruby fix
Diffstat (limited to 'dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild')
-rw-r--r-- | dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild b/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild index 92aa267ffbf7..b3dfefc3d315 100644 --- a/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild +++ b/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild,v 1.4 2004/02/28 21:14:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild,v 1.5 2004/04/10 15:16:16 usata Exp $ IUSE="emacs" @@ -16,7 +16,8 @@ KEYWORDS="x86 ~sparc alpha" USE_RUBY="any" DEPEND="|| ( >=dev-lang/ruby-1.8.0 - ( ~dev-lang/ruby-1.6.8 dev-ruby/shim-ruby18 ) ) + ( ~dev-lang/ruby-1.6.8 dev-ruby/shim-ruby18 ) + dev-lang/ruby-cvs ) dev-ruby/amstd emacs? ( virtual/emacs )" |