diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-26 02:28:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-26 02:28:09 +0000 |
commit | 342bfd312c11995fecdc58de805d9aaeca66e051 (patch) | |
tree | 72300b3fc284ac10616d94e6275ea752cfbd8e9a /dev-ruby/activesupport/activesupport-3.2.20.ebuild | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.tar.gz gentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.tar.bz2 gentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.zip |
Drop jruby traces.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/activesupport/activesupport-3.2.20.ebuild')
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/activesupport-3.2.20.ebuild b/dev-ruby/activesupport/activesupport-3.2.20.ebuild index 532282bf3a30..3f15b23d0e38 100644 --- a/dev-ruby/activesupport/activesupport-3.2.20.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.20.ebuild @@ -1,6 +1,6 @@ # 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.20.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.3 2014/11/26 02:28:09 mrueg Exp $ EAPI=5 @@ -44,7 +44,7 @@ ruby_add_bdepend "test? ( # libxml is not strictly needed, there are tests using this code. jruby # uses a different xml implementation. -USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )" +ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )" all_ruby_prepare() { # Set test environment to our hand. |