diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-03 12:44:35 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-03 12:50:58 +0100 |
commit | 34dbb2ee46af9b500490b3b691de9a0a2c4a1bf1 (patch) | |
tree | 3f42c30bcd2ef8528e5dfb8d6db27709a67165e1 /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-core: keyword 2.99.2-r2 for ~riscv, EAPI 5 -> 8 (diff) | |
download | gentoo-34dbb2ee46af9b500490b3b691de9a0a2c4a1bf1.tar.gz gentoo-34dbb2ee46af9b500490b3b691de9a0a2c4a1bf1.tar.bz2 gentoo-34dbb2ee46af9b500490b3b691de9a0a2c4a1bf1.zip |
dev-ruby/rspec-expectations: keyword 2.99.2 for ~riscv, EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild index 1e6a4c2af165..ba8439da565b 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -19,7 +19,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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" |