diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-02-05 17:23:26 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-02-05 17:23:26 +0100 |
commit | 2df5bbc4582969e3e40c5dfb6413302fa63f51c1 (patch) | |
tree | 713d4a1d319226f362e0a9fa8e872fbc0b915adb /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-expectations: add ~alpha keyword (diff) | |
download | gentoo-2df5bbc4582969e3e40c5dfb6413302fa63f51c1.tar.gz gentoo-2df5bbc4582969e3e40c5dfb6413302fa63f51c1.tar.bz2 gentoo-2df5bbc4582969e3e40c5dfb6413302fa63f51c1.zip |
dev-ruby/rspec-core: add ~alpha keyword
Gentoo-Bug: 562452
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.4.2.ebuild b/dev-ruby/rspec-core/rspec-core-3.4.2.ebuild index 6816c7fc9526..fa9d0b670783 100644 --- a/dev-ruby/rspec-core/rspec-core-3.4.2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.4.2.ebuild @@ -23,7 +23,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="highlight" SUBVERSION="$(get_version_component_range 1-2)" |