diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-03-20 15:26:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-03-20 15:26:13 +0000 |
commit | a41dad862a53eb9362e8d40f13527a30939b75c9 (patch) | |
tree | c4f5788ddf3cd037587a4353cd41366d12ba6615 /dev-ruby | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-a41dad862a53eb9362e8d40f13527a30939b75c9.tar.gz gentoo-2-a41dad862a53eb9362e8d40f13527a30939b75c9.tar.bz2 gentoo-2-a41dad862a53eb9362e8d40f13527a30939b75c9.zip |
Add missing test dependency on activesupport.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hashie/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hashie/hashie-3.3.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/hashie/ChangeLog b/dev-ruby/hashie/ChangeLog index d2acf4d881cc..e3b458f6f060 100644 --- a/dev-ruby/hashie/ChangeLog +++ b/dev-ruby/hashie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hashie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.31 2015/02/05 10:16:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.32 2015/03/20 15:26:13 graaff Exp $ + + 20 Mar 2015; Hans de Graaff <graaff@gentoo.org> hashie-3.3.2.ebuild: + Add missing test dependency on activesupport. 05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> hashie-2.1.2.ebuild: Stable for x86, wrt bug #536890 diff --git a/dev-ruby/hashie/hashie-3.3.2.ebuild b/dev-ruby/hashie/hashie-3.3.2.ebuild index 1fb176fa86bf..092827021c15 100644 --- a/dev-ruby/hashie/hashie-3.3.2.ebuild +++ b/dev-ruby/hashie/hashie-3.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild,v 1.1 2014/12/31 07:03:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild,v 1.2 2015/03/20 15:26:13 graaff Exp $ EAPI=5 @@ -21,6 +21,8 @@ SLOT="3" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" +ruby_add_bdepend "test? ( dev-ruby/activesupport )" + all_ruby_prepare() { # Remove bundler and fix one spec that depends on its requires #rm Gemfile || die |