diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 10:14:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 10:14:26 +0000 |
commit | 7a98f84eb757f603baa7f764f79829d0bc62d6f3 (patch) | |
tree | e5306c153bf441f9e0025441e7b6bc6f071851d8 /dev-ruby/activesupport | |
parent | Stable for HPPA (bug #508122). (diff) | |
download | gentoo-2-7a98f84eb757f603baa7f764f79829d0bc62d6f3.tar.gz gentoo-2-7a98f84eb757f603baa7f764f79829d0bc62d6f3.tar.bz2 gentoo-2-7a98f84eb757f603baa7f764f79829d0bc62d6f3.zip |
Remove ruby21 since it is not compatible as indicated by failing tests.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 1cc15eacdb2d..91b3a4365dff 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.248 2014/04/20 18:19:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.249 2014/04/21 10:14:26 graaff Exp $ + + 21 Apr 2014; Hans de Graaff <graaff@gentoo.org> activesupport-3.2.17.ebuild: + Remove ruby21 since it is not compatible as indicated by failing tests. 20 Apr 2014; Hans de Graaff <graaff@gentoo.org> activesupport-3.2.17.ebuild: Add ruby20, ruby21. diff --git a/dev-ruby/activesupport/activesupport-3.2.17.ebuild b/dev-ruby/activesupport/activesupport-3.2.17.ebuild index 4b869762291b..7df4454fec23 100644 --- a/dev-ruby/activesupport/activesupport-3.2.17.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.17.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.17.ebuild,v 1.2 2014/04/20 18:19:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.17.ebuild,v 1.3 2014/04/21 10:14:26 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="" |