diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-02-12 13:18:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-02-12 13:35:43 +0100 |
commit | 47a283b00ceb7894e5b4349e162615c4282cd099 (patch) | |
tree | c766a643e2e1a586b99ce5c05b195107626a6642 /dev-ruby | |
parent | dev-php/awl: Bump (diff) | |
download | gentoo-47a283b00ceb7894e5b4349e162615c4282cd099.tar.gz gentoo-47a283b00ceb7894e5b4349e162615c4282cd099.tar.bz2 gentoo-47a283b00ceb7894e5b4349e162615c4282cd099.zip |
dev-ruby/rspec-support: add Prefix keywords, bug #562452
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-support/rspec-support-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild b/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild index 027c3d2acb96..b00fe32e6f31 100644 --- a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild +++ b/dev-ruby/rspec-support/rspec-support-3.4.1.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="" ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.4.0:3 )" |