diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 11:54:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 11:54:09 +0100 |
commit | 92b4692674a407e84490f5e47540a7729104bf87 (patch) | |
tree | 25a287c14b87a1349b8de13ee8fc3b7620b3f912 /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-expectations: Stabilize 3.12.2 x86, #904116 (diff) | |
download | gentoo-92b4692674a407e84490f5e47540a7729104bf87.tar.gz gentoo-92b4692674a407e84490f5e47540a7729104bf87.tar.bz2 gentoo-92b4692674a407e84490f5e47540a7729104bf87.zip |
dev-ruby/rspec-expectations: Stabilize 3.12.2 arm64, #904116
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild index 32f768fcbc02..33da38adb0fd 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild @@ -19,7 +19,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 ~loong ~ppc ~ppc64 ~riscv ~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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(ver_cut 1-2)" |