diff options
author | 2023-03-28 21:32:44 +0100 | |
---|---|---|
committer | 2023-03-28 21:36:53 +0100 | |
commit | 086d59190b5ef7e5df433e920f804bb97ad3ee32 (patch) | |
tree | 9b906912b685cd1be696e5f1dc6dacd6688b3565 /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-mocks: Stabilize 3.12.3 x86, #903373 (diff) | |
download | gentoo-086d59190b5ef7e5df433e920f804bb97ad3ee32.tar.gz gentoo-086d59190b5ef7e5df433e920f804bb97ad3ee32.tar.bz2 gentoo-086d59190b5ef7e5df433e920f804bb97ad3ee32.zip |
dev-ruby/rspec-core: Stabilize 3.12.1 x86, #903371
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.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild index 14eb9644aa62..e3c357626af4 100644 --- a/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.12.1.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)" |