diff options
author | 2016-11-04 00:10:20 +1100 | |
---|---|---|
committer | 2016-11-04 01:39:59 +1100 | |
commit | 165ccdbb004b77a5eb4f916660df8e3111f882ab (patch) | |
tree | c74dea89233cfe32d2f46282d3a41684159d82f4 /dev-ruby/rspec-core/rspec-core-3.5.4.ebuild | |
parent | net-misc/curl: Stable for HPPA PPC64 (bug #598856). (diff) | |
download | gentoo-165ccdbb004b77a5eb4f916660df8e3111f882ab.tar.gz gentoo-165ccdbb004b77a5eb4f916660df8e3111f882ab.tar.bz2 gentoo-165ccdbb004b77a5eb4f916660df8e3111f882ab.zip |
dev-ruby: restore x86 keyword on various packages
Gentoo-bug: 562452
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ruby/rspec-core/rspec-core-3.5.4.ebuild')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild b/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild index 07e4cff850be..a45047d409db 100644 --- a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.5.4.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="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~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)" |