summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-23 20:32:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-23 20:32:50 +0000
commit5b26e449b9cce69be7c26116e8b3c79154fb2f13 (patch)
tree48f673ce4196933d13daef596ecb83eb653445db /dev-ruby/activemodel
parentAs upstream is so peachy&nice we have to subslot based on pv, no abi stability. (diff)
downloadgentoo-2-5b26e449b9cce69be7c26116e8b3c79154fb2f13.tar.gz
gentoo-2-5b26e449b9cce69be7c26116e8b3c79154fb2f13.tar.bz2
gentoo-2-5b26e449b9cce69be7c26116e8b3c79154fb2f13.zip
Fix dependency on builder to limit it at slot 3.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r--dev-ruby/activemodel/ChangeLog6
-rw-r--r--dev-ruby/activemodel/activemodel-3.2.11.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog
index 62d86db298a8..21467c8fab55 100644
--- a/dev-ruby/activemodel/ChangeLog
+++ b/dev-ruby/activemodel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activemodel
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.49 2013/01/20 15:05:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.50 2013/01/23 20:32:50 flameeyes Exp $
+
+ 23 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org>
+ activemodel-3.2.11.ebuild:
+ Fix dependency on builder to limit it at slot 3.
20 Jan 2013; Hans de Graaff <graaff@gentoo.org> -activemodel-3.0.18.ebuild,
-activemodel-3.1.9.ebuild, -activemodel-3.2.10.ebuild:
diff --git a/dev-ruby/activemodel/activemodel-3.2.11.ebuild b/dev-ruby/activemodel/activemodel-3.2.11.ebuild
index ed870c536772..95ef58407c58 100644
--- a/dev-ruby/activemodel/activemodel-3.2.11.ebuild
+++ b/dev-ruby/activemodel/activemodel-3.2.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.11.ebuild,v 1.2 2013/01/16 00:44:01 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.11.ebuild,v 1.3 2013/01/23 20:32:50 flameeyes Exp $
EAPI=4
@@ -27,7 +27,7 @@ RUBY_S="rails-rails-*/activemodel"
ruby_add_rdepend "
~dev-ruby/activesupport-${PV}
- >=dev-ruby/builder-3.0.0
+ >=dev-ruby/builder-3.0.0:3
>=dev-ruby/bcrypt-ruby-3.0.0"
ruby_add_bdepend "