diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-10 22:47:28 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-10 22:47:28 +0000 |
commit | c6c0ccca9bf8a6eebe0b37fd57d88d4ff22a2289 (patch) | |
tree | 62a3bf210d4a9d085f85a072f77254de579147d9 /dev-ruby/shoulda-context | |
parent | Add ruby21 target, require <mocha-1.0 (diff) | |
download | gentoo-2-c6c0ccca9bf8a6eebe0b37fd57d88d4ff22a2289.tar.gz gentoo-2-c6c0ccca9bf8a6eebe0b37fd57d88d4ff22a2289.tar.bz2 gentoo-2-c6c0ccca9bf8a6eebe0b37fd57d88d4ff22a2289.zip |
Whitespace
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/shoulda-context')
-rw-r--r-- | dev-ruby/shoulda-context/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/shoulda-context/ChangeLog b/dev-ruby/shoulda-context/ChangeLog index ce7eba9b0eda..75f745506a36 100644 --- a/dev-ruby/shoulda-context/ChangeLog +++ b/dev-ruby/shoulda-context/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shoulda-context # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.8 2014/10/10 22:46:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.9 2014/10/10 22:47:28 mrueg Exp $ + + 10 Oct 2014; Manuel Rüger <mrueg@gentoo.org> shoulda-context-1.1.6.ebuild: + Whitespace 10 Oct 2014; Manuel Rüger <mrueg@gentoo.org> shoulda-context-1.1.6.ebuild: Add ruby21 target, require <mocha-1.0 diff --git a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild index 39210426ae82..023a252327c8 100644 --- a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild +++ b/dev-ruby/shoulda-context/shoulda-context-1.1.6.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/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.5 2014/10/10 22:46:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.6 2014/10/10 22:47:28 mrueg Exp $ EAPI=5 @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64" IUSE="doc test" -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 <dev-ruby/mocha-1 )" all_ruby_prepare() { |