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/coderay | |
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/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index e667ea7910ee..64deb7c839c8 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.17 2010/05/17 05:56:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.18 2010/05/22 22:36:08 a3li Exp $ + + 22 May 2010; Alex Legler <a3li@gentoo.org> coderay-0.9.3.ebuild: + Add REE18 support *coderay-0.9.3 (17 May 2010) diff --git a/dev-ruby/coderay/coderay-0.9.3.ebuild b/dev-ruby/coderay/coderay-0.9.3.ebuild index 8c72dce181e0..dcfbac944314 100644 --- a/dev-ruby/coderay/coderay-0.9.3.ebuild +++ b/dev-ruby/coderay/coderay-0.9.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.3.ebuild,v 1.1 2010/05/17 05:56:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.3.ebuild,v 1.2 2010/05/22 22:36:08 a3li Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ree18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" |