diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-29 10:39:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-29 10:39:53 +0000 |
commit | 84b2095dcb0a7d85d406899f3327a9dc7022237c (patch) | |
tree | 8a019ef1ba23d7a17abacee0e0ecd7e540f413a3 | |
parent | Stable on amd64 wrt bug #321217 (diff) | |
download | gentoo-2-84b2095dcb0a7d85d406899f3327a9dc7022237c.tar.gz gentoo-2-84b2095dcb0a7d85d406899f3327a9dc7022237c.tar.bz2 gentoo-2-84b2095dcb0a7d85d406899f3327a9dc7022237c.zip |
Stable on amd64 wrt bug #321217
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.2.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index 6d0270f88029..b269369c0d38 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.70 2010/06/26 09:58:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.71 2010/06/29 10:39:53 angelos Exp $ + + 29 Jun 2010; Christoph Mende <angelos@gentoo.org> rspec-1.2.9-r1.ebuild: + Stable on amd64 wrt bug #321217 26 Jun 2010; Hans de Graaff <graaff@gentoo.org> rspec-1.2.9-r1.ebuild: Drop ruby targets to provide a stabilization path for dev-ruby/sparklines, diff --git a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild index 356de60f0a9c..eb4bb2cfe740 100644 --- a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild +++ b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.9-r1.ebuild,v 1.5 2010/06/26 09:58:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.9-r1.ebuild,v 1.6 2010/06/29 10:39:53 angelos Exp $ EAPI=2 USE_RUBY="ruby18" @@ -15,7 +15,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="" |