diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:25:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:01:20 +0000 |
commit | e3872af36d5e27497c0c6fbb95e029b25e47ad03 (patch) | |
tree | 8ea42d8bc1488cbfc4813beaa84961eabe39b747 /dev-ruby/rspec-core | |
parent | dev-ruby/rexical: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-e3872af36d5e27497c0c6fbb95e029b25e47ad03.tar.gz gentoo-e3872af36d5e27497c0c6fbb95e029b25e47ad03.tar.bz2 gentoo-e3872af36d5e27497c0c6fbb95e029b25e47ad03.zip |
dev-ruby/rspec-core: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.8.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild index ec0a17977dff..1b261a08012a 100644 --- a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( diff --git a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild index 800ee70f12d3..4e6ee66dbb71 100644 --- a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild @@ -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 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="highlight" SUBVERSION="$(ver_cut 1-2)" |