diff options
Diffstat (limited to 'dev-ruby/ffi/ffi-1.9.3.ebuild')
-rw-r--r-- | dev-ruby/ffi/ffi-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index c1267a44728c..f830d0533b35 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.3 2014/01/01 14:11:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.4 2014/01/05 10:00:45 graaff Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby18 ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="specs" |