diff options
author | 2023-01-09 01:28:01 +0000 | |
---|---|---|
committer | 2023-01-09 01:28:01 +0000 | |
commit | 6489a56f8f81021019f7c2e7fee46f8435860849 (patch) | |
tree | 16f76ad45e1a03c2ff864c70bf453f45a8bd74e7 /dev-ruby/rspec-core | |
parent | dev-ruby/rspec: Stabilize 3.11.0 arm, #890196 (diff) | |
download | gentoo-6489a56f8f81021019f7c2e7fee46f8435860849.tar.gz gentoo-6489a56f8f81021019f7c2e7fee46f8435860849.tar.bz2 gentoo-6489a56f8f81021019f7c2e7fee46f8435860849.zip |
dev-ruby/rspec-core: Stabilize 3.11.0 arm, #890196
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild b/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild index 1a0881e3194d..a4f7b711725b 100644 --- a/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild @@ -21,7 +21,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="highlight" SUBVERSION="$(ver_cut 1-2)" |