From 91c8f79d6543e09f9ad9687f10568cb03c4ae80e Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 26 Apr 2011 12:08:50 +0000 Subject: Depend on builder slot 0 to avoid pulling in incompatible 3.x versions. (Portage version: 2.1.9.42/cvs/Linux x86_64) --- dev-ruby/activesupport/ChangeLog | 6 +++++- dev-ruby/activesupport/activesupport-2.3.11.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-ruby/activesupport') diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 0ffb8f7692de..d08888125714 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.135 2011/02/21 20:08:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.136 2011/04/26 12:08:50 graaff Exp $ + + 26 Apr 2011; Hans de Graaff + activesupport-2.3.11.ebuild: + Depend on builder slot 0 to avoid pulling in incompatible 3.x versions. 21 Feb 2011; Hans de Graaff +activesupport-2.3.11.ebuild: diff --git a/dev-ruby/activesupport/activesupport-2.3.11.ebuild b/dev-ruby/activesupport/activesupport-2.3.11.ebuild index 7e36aa392729..21b1f71204a3 100644 --- a/dev-ruby/activesupport/activesupport-2.3.11.ebuild +++ b/dev-ruby/activesupport/activesupport-2.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.11.ebuild,v 1.1 2011/02/21 20:08:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.11.ebuild,v 1.2 2011/04/26 12:08:50 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -20,7 +20,7 @@ SLOT="2.3" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4" +ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4" all_ruby_prepare() { # Remove the bundled packages! -- cgit v1.2.3-65-gdbad