summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-01 16:44:37 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-01 16:44:37 +0000
commit2881b7a7d97a58fc5ffb4da2169af42587f3de2f (patch)
tree5e59e0a0af2f5746adfa1a678e92e26ac1ee4628 /dev-ruby/actionmailer
parentAdd support for JRuby, blacklisting tests. (diff)
downloadhistorical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.tar.gz
historical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.tar.bz2
historical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.zip
Add support for JRuby.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index f737f4c90439..9e10100eaaab 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.136 2010/02/01 16:44:13 flameeyes Exp $
+
+ 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ actionmailer-2.3.5-r1.ebuild:
+ Add support for JRuby.
25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
actionmailer-2.3.5-r1.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild
index 8fc448c31202..20694f148400 100644
--- a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.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/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:44:13 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"