diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-21 18:33:09 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 18:33:09 -0400 |
commit | 8b77981cf7083e1a11c4838299b0ef1cecf8a03d (patch) | |
tree | cbf54e4ac266ba2570ee6ee7c8b3eef70fe67dca /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-support: amd64 stable wrt bug #653658 (diff) | |
download | gentoo-8b77981cf7083e1a11c4838299b0ef1cecf8a03d.tar.gz gentoo-8b77981cf7083e1a11c4838299b0ef1cecf8a03d.tar.bz2 gentoo-8b77981cf7083e1a11c4838299b0ef1cecf8a03d.zip |
dev-ruby/rspec-core: amd64 stable wrt bug #653658
Bug: https://bugs.gentoo.org/653658
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.6.0.ebuild b/dev-ruby/rspec-core/rspec-core-3.6.0.ebuild index bd069c822b8c..12b61a638e7f 100644 --- a/dev-ruby/rspec-core/rspec-core-3.6.0.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="highlight" SUBVERSION="$(get_version_component_range 1-2)" |