dev-python/numpydoc: arm64 keyworded (bug #721130)
[gentoo.git] / dev-ruby / rspec-collection_matchers / rspec-collection_matchers-1.2.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
6
7 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8
9 RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
10
11 inherit ruby-fakegem
12
13 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
14 HOMEPAGE="https://github.com/rspec/rspec-collection_matchers"
15
16 LICENSE="MIT"
17 SLOT="1"
18 KEYWORDS="~amd64 ~x86"
19 IUSE=""
20
21 ruby_add_rdepend ">=dev-ruby/rspec-expectations-3.0.0"
22
23 ruby_add_bdepend "test? ( >=dev-ruby/activemodel-3.0 )"