dev-ruby/shoulda-matchers: drop ~ppc, keywording timeout
[gentoo.git] / dev-ruby / shoulda-matchers / shoulda-matchers-3.1.1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 USE_RUBY="ruby20 ruby21 ruby22"
8
9 RUBY_FAKEGEM_TASK_DOC=""
10
11 RUBY_FAKEGEM_RECIPE_TEST=""
12
13 RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
14
15 inherit ruby-fakegem
16
17 DESCRIPTION="Making tests easy on the fingers and eyes"
18 HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
19
20 LICENSE="MIT"
21 SLOT="3"
22 KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
23 IUSE=""
24
25 ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"