diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 10:30:49 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 10:30:49 +0000 |
commit | 9baed2061f27ebfba92bfa4dbf125ae605494214 (patch) | |
tree | 30ce48e5c076141b0d66ee0eb7f043667c2c8c2c /dev-ruby/activesupport | |
parent | Stable for arm, wrt bug #507568 (diff) | |
download | gentoo-2-9baed2061f27ebfba92bfa4dbf125ae605494214.tar.gz gentoo-2-9baed2061f27ebfba92bfa4dbf125ae605494214.tar.bz2 gentoo-2-9baed2061f27ebfba92bfa4dbf125ae605494214.zip |
And add back ruby21 because this breaks ppc dependencies due to keyword lag and that is less easily fixed.
(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 | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.17.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 91b3a4365dff..3b9ed7dc550c 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # 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.249 2014/04/21 10:14:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.250 2014/04/21 10:30:49 graaff Exp $ + + 21 Apr 2014; Hans de Graaff <graaff@gentoo.org> activesupport-3.2.17.ebuild: + And add back ruby21 because this breaks ppc dependencies due to keyword lag + and that is less easily fixed. 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. diff --git a/dev-ruby/activesupport/activesupport-3.2.17.ebuild b/dev-ruby/activesupport/activesupport-3.2.17.ebuild index 7df4454fec23..7a00e4619d8a 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.3 2014/04/21 10:14:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.17.ebuild,v 1.4 2014/04/21 10:30:49 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" |