diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-31 18:08:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-31 18:08:48 +0000 |
commit | d208350c8cc11f7ed6dc5f9acc36cf5e8bf4ce28 (patch) | |
tree | af9809fb7300fde71972f1e568cb1f372991f287 /dev-ruby | |
parent | Add the virtual consoles back to the stages for bug #368597. (diff) | |
download | gentoo-2-d208350c8cc11f7ed6dc5f9acc36cf5e8bf4ce28.tar.gz gentoo-2-d208350c8cc11f7ed6dc5f9acc36cf5e8bf4ce28.tar.bz2 gentoo-2-d208350c8cc11f7ed6dc5f9acc36cf5e8bf4ce28.zip |
Depend on the right version of rspec, fixes bug 368907.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.1.7.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.1.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 9910f279c532..f69503625a9c 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.3 2011/05/27 06:10:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.4 2011/05/31 18:08:48 graaff Exp $ + + 31 May 2011; Hans de Graaff <graaff@gentoo.org> stomp-1.1.7.ebuild, + stomp-1.1.8.ebuild: + Depend on the right version of rspec, fixes bug 368907. 27 May 2011; Hans de Graaff <graaff@gentoo.org> stomp-1.1.7.ebuild: Drop ruby19 to create a stable candidate for bug 368825. diff --git a/dev-ruby/stomp/stomp-1.1.7.ebuild b/dev-ruby/stomp/stomp-1.1.7.ebuild index 0bc1cc7e5ca0..7562595118da 100644 --- a/dev-ruby/stomp/stomp-1.1.7.ebuild +++ b/dev-ruby/stomp/stomp-1.1.7.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/stomp/stomp-1.1.7.ebuild,v 1.2 2011/05/27 06:10:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.3 2011/05/31 18:08:48 graaff Exp $ EAPI="2" @@ -22,4 +22,4 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -ruby_add_bdepend "test? ( dev-ruby/rspec:0 )" +ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" diff --git a/dev-ruby/stomp/stomp-1.1.8.ebuild b/dev-ruby/stomp/stomp-1.1.8.ebuild index b31312687dd5..667cb5107a7d 100644 --- a/dev-ruby/stomp/stomp-1.1.8.ebuild +++ b/dev-ruby/stomp/stomp-1.1.8.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/stomp/stomp-1.1.8.ebuild,v 1.1 2011/03/18 05:15:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.8.ebuild,v 1.2 2011/05/31 18:08:48 graaff Exp $ EAPI="2" @@ -22,4 +22,4 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -ruby_add_bdepend "test? ( dev-ruby/rspec:0 )" +ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" |