diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-23 11:03:14 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-23 11:03:14 +0000 |
commit | 1acae5cfeb65d7131a389511163e8a4007b84095 (patch) | |
tree | a19eca66fbd2572ffd178708dc5793f248ddddf4 /dev-ruby/actionmailer | |
parent | Added optional graphicsmagick dependency (bug #314427) (diff) | |
download | historical-1acae5cfeb65d7131a389511163e8a4007b84095.tar.gz historical-1acae5cfeb65d7131a389511163e8a4007b84095.tar.bz2 historical-1acae5cfeb65d7131a389511163e8a4007b84095.zip |
Add REE18 support
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index ac9928d5bbad..ff5980aa0136 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.140 2010/05/23 10:50:38 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.141 2010/05/23 11:01:12 a3li Exp $ + + 23 May 2010; Alex Legler <a3li@gentoo.org> actionmailer-2.3.5-r1.ebuild: + Add REE18 support 23 May 2010; Alex Legler <a3li@gentoo.org> actionmailer-2.3.5-r1.ebuild: Add REE18 support diff --git a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild index 5375d76b5455..dbedb4448a84 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.10 2010/05/23 10:50:38 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.11 2010/05/23 11:01:12 a3li Exp $ EAPI=2 -USE_RUBY="ruby18 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" |