From 2cebc65c39387ec73ff74d384b5057a511ea0ad1 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 26 Apr 2010 18:59:08 +0000 Subject: Enable ruby19 support, test-spec with test-unit-2 works for testing this. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- dev-ruby/amazon-ec2/ChangeLog | 6 +++++- dev-ruby/amazon-ec2/amazon-ec2-0.9.12.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-ruby/amazon-ec2') diff --git a/dev-ruby/amazon-ec2/ChangeLog b/dev-ruby/amazon-ec2/ChangeLog index 698844c35152..18fd7db5c937 100644 --- a/dev-ruby/amazon-ec2/ChangeLog +++ b/dev-ruby/amazon-ec2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/amazon-ec2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amazon-ec2/ChangeLog,v 1.5 2010/04/26 11:02:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amazon-ec2/ChangeLog,v 1.6 2010/04/26 18:59:08 flameeyes Exp $ + + 26 Apr 2010; Diego E. Pettenò + amazon-ec2-0.9.12.ebuild: + Enable ruby19 support, test-spec with test-unit-2 works for testing this. *amazon-ec2-0.9.12 (26 Apr 2010) diff --git a/dev-ruby/amazon-ec2/amazon-ec2-0.9.12.ebuild b/dev-ruby/amazon-ec2/amazon-ec2-0.9.12.ebuild index 9f82f6f433de..8b7e89d43cee 100644 --- a/dev-ruby/amazon-ec2/amazon-ec2-0.9.12.ebuild +++ b/dev-ruby/amazon-ec2/amazon-ec2-0.9.12.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/amazon-ec2/amazon-ec2-0.9.12.ebuild,v 1.1 2010/04/26 11:02:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amazon-ec2/amazon-ec2-0.9.12.ebuild,v 1.2 2010/04/26 18:59:08 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 jruby" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="yard" RUBY_FAKEGEM_DOCDIR="doc" -- cgit v1.2.3-65-gdbad