diff options
Diffstat (limited to 'dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild')
-rw-r--r-- | dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild index 420ccaa39408..4c5145c74e77 100644 --- a/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild +++ b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild,v 1.2 2003/12/20 01:22:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild,v 1.3 2004/01/25 16:12:00 usata Exp $ inherit ruby @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" -USE_RUBY="ruby16" +# don't define USE_RUBY since shim-ruby only supports ruby16 +RUBY="/usr/bin/ruby16" DEPEND="~dev-lang/ruby-1.6.8" -PROVIDE="dev-lang/ruby-${PV} - dev-ruby/strscan +PROVIDE="dev-ruby/strscan dev-ruby/racc dev-ruby/optparse" |