diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-23 10:46:04 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-23 10:46:04 +0000 |
commit | a063f37a69381b779ae85cda98195ac19079eabd (patch) | |
tree | 9f89abbbb92c5424f9692f9366e2165b94cd789f /dev-ruby | |
parent | Fix build for people having LINGUAS=nl (bug #312367) (diff) | |
download | gentoo-2-a063f37a69381b779ae85cda98195ac19079eabd.tar.gz gentoo-2-a063f37a69381b779ae85cda98195ac19079eabd.tar.bz2 gentoo-2-a063f37a69381b779ae85cda98195ac19079eabd.zip |
Add REE18 support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/test-spec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/test-spec/ChangeLog b/dev-ruby/test-spec/ChangeLog index 95562b6c7e58..4d54c1755ce9 100644 --- a/dev-ruby/test-spec/ChangeLog +++ b/dev-ruby/test-spec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/test-spec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.15 2010/05/01 10:41:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.16 2010/05/23 10:46:04 a3li Exp $ + + 23 May 2010; Alex Legler <a3li@gentoo.org> test-spec-0.10.0-r2.ebuild: + Add REE18 support 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> test-spec-0.10.0-r2.ebuild: diff --git a/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild b/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild index 94c2680b4afa..69694732e522 100644 --- a/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild +++ b/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v 1.9 2010/05/01 10:41:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v 1.10 2010/05/23 10:46:04 a3li Exp $ EAPI="2" # ruby19 → incompatible with test-unit so fails badly -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ree18 ruby19 jruby" RUBY_FAKEGEM_EXTRADOC="README SPECS ROADMAP TODO" RUBY_FAKEGEM_DOCDIR="doc" |