diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-22 22:48:52 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-22 22:48:52 +0000 |
commit | daee6b824a2cc86a41a1383523d7516db6d93dcb (patch) | |
tree | be7cb1c1cd7d5871fb26346259918b07c930792c /dev-ruby/mocha | |
parent | Don't try to install mirmon.html that was just removed (diff) | |
download | historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.tar.gz historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.tar.bz2 historical-daee6b824a2cc86a41a1383523d7516db6d93dcb.zip |
Add REE18 support
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r-- | dev-ruby/mocha/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/mocha/mocha-0.9.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog index b4cdfa4108e5..ab40ae2af9b4 100644 --- a/dev-ruby/mocha/ChangeLog +++ b/dev-ruby/mocha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mocha # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.18 2010/05/22 13:38:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.19 2010/05/22 22:38:52 a3li Exp $ + + 22 May 2010; Alex Legler <a3li@gentoo.org> mocha-0.9.8-r2.ebuild: + Add REE18 support 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> -mocha-0.9.8.ebuild, -mocha-0.9.8-r1.ebuild, mocha-0.9.8-r2.ebuild: diff --git a/dev-ruby/mocha/mocha-0.9.8-r2.ebuild b/dev-ruby/mocha/mocha-0.9.8-r2.ebuild index 48dfa874fc5c..670210e746ba 100644 --- a/dev-ruby/mocha/mocha-0.9.8-r2.ebuild +++ b/dev-ruby/mocha/mocha-0.9.8-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild,v 1.5 2010/05/22 13:38:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild,v 1.6 2010/05/22 22:38:52 a3li Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ree18 ruby19 jruby" RUBY_FAKEGEM_TASK_TEST="test:units" |