diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-02-12 13:30:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-02-12 13:35:43 +0100 |
commit | 546fa621f6080e331853db5e9b12257f6e5bd18b (patch) | |
tree | e38fd88faa82950a1db6205fb5ff3140568128d6 /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-mocks: add Prefix keywords, bug #562452 (diff) | |
download | gentoo-546fa621f6080e331853db5e9b12257f6e5bd18b.tar.gz gentoo-546fa621f6080e331853db5e9b12257f6e5bd18b.tar.bz2 gentoo-546fa621f6080e331853db5e9b12257f6e5bd18b.zip |
dev-ruby/rspec-expectations: add Prefix keywords, bug #562452
Package-Manager: portage-2.2.20-prefix
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 2beb6ee3cc52..18934d52a729 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="~alpha ~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" |