diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-12-04 08:21:01 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-12-04 08:21:01 +0000 |
commit | 1eb0d202a44b244e6ab07f37c93b0058d2938b3d (patch) | |
tree | 3ccee7050499626bef1b63c19247864f2e5dcb5d | |
parent | Add ree18 target. (diff) | |
download | gentoo-2-1eb0d202a44b244e6ab07f37c93b0058d2938b3d.tar.gz gentoo-2-1eb0d202a44b244e6ab07f37c93b0058d2938b3d.tar.bz2 gentoo-2-1eb0d202a44b244e6ab07f37c93b0058d2938b3d.zip |
Add ree18 target.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index fed4b0a79947..a99fd5ea6dbc 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/polyglot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.15 2010/10/25 01:33:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.16 2010/12/04 08:21:01 graaff Exp $ + + 04 Dec 2010; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.1.ebuild: + Add ree18 target. 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> polyglot-0.3.1.ebuild: Marked ~hppa (bug #337956). diff --git a/dev-ruby/polyglot/polyglot-0.3.1.ebuild b/dev-ruby/polyglot/polyglot-0.3.1.ebuild index 3faa7a38f4c5..fc1125b85b21 100644 --- a/dev-ruby/polyglot/polyglot-0.3.1.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.1.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/polyglot/polyglot-0.3.1.ebuild,v 1.3 2010/10/25 01:33:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.4 2010/12/04 08:21:01 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ruby19 jruby ree18" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" |