diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-02-05 17:23:06 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-02-05 17:23:06 +0100 |
commit | d302169a10837643fe113f24147509a88bbcb024 (patch) | |
tree | 0f9bfcd8bf6be680b9518019cd02593066126c9b /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-mocks: add ~alpha keyword (diff) | |
download | gentoo-d302169a10837643fe113f24147509a88bbcb024.tar.gz gentoo-d302169a10837643fe113f24147509a88bbcb024.tar.bz2 gentoo-d302169a10837643fe113f24147509a88bbcb024.zip |
dev-ruby/rspec-expectations: add ~alpha keyword
Gentoo-Bug: 562452
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild index 03b80e8a0e0b..2beb6ee3cc52 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" |