diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-30 15:54:34 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-30 15:54:34 +0000 |
commit | b04081fcdfa58de3463bae8b3a5659140b1aa05b (patch) | |
tree | 352a889195d6766b4981b341699b9924edbf6d54 /dev-ruby/mocha/mocha-0.11.4.ebuild | |
parent | version bump (diff) | |
download | historical-b04081fcdfa58de3463bae8b3a5659140b1aa05b.tar.gz historical-b04081fcdfa58de3463bae8b3a5659140b1aa05b.tar.bz2 historical-b04081fcdfa58de3463bae8b3a5659140b1aa05b.zip |
Drop jruby target.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/mocha/mocha-0.11.4.ebuild')
-rw-r--r-- | dev-ruby/mocha/mocha-0.11.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mocha/mocha-0.11.4.ebuild b/dev-ruby/mocha/mocha-0.11.4.ebuild index be6fbc042fbd..481c59185018 100644 --- a/dev-ruby/mocha/mocha-0.11.4.ebuild +++ b/dev-ruby/mocha/mocha-0.11.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.17 2014/04/22 03:29:30 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.18 2014/10/30 15:53:52 mrueg Exp $ EAPI=4 -USE_RUBY="ruby19 jruby" +USE_RUBY="ruby19 " RUBY_FAKEGEM_TASK_TEST="test:units" |