diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 16:03:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 16:03:17 +0000 |
commit | 60c784eeaebcb66babe3826283019e0e0dc0ff1f (patch) | |
tree | a3b679761bedea774fe7fa67dd1c760f481abb35 /dev-ruby/rspec-expectations | |
parent | Mark amd64 stable. Bug #505920. (diff) | |
download | gentoo-2-60c784eeaebcb66babe3826283019e0e0dc0ff1f.tar.gz gentoo-2-60c784eeaebcb66babe3826283019e0e0dc0ff1f.tar.bz2 gentoo-2-60c784eeaebcb66babe3826283019e0e0dc0ff1f.zip |
Mark amd64 stable. Bug #505920.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index f61e724ae0a7..639edfe11760 100644 --- a/dev-ruby/rspec-expectations/ChangeLog +++ b/dev-ruby/rspec-expectations/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec-expectations # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.77 2014/08/16 14:10:16 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.78 2014/08/25 16:03:17 mrueg Exp $ + + 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rspec-expectations-2.14.5.ebuild: + Mark amd64 stable. Bug #505920. 16 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -rspec-expectations-2.13.0.ebuild, -rspec-expectations-2.99.0.ebuild, diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild index 625275e9e3d4..6372acf789e9 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.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/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.9 2014/07/21 14:54:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.10 2014/08/25 16:03:17 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" |