diff options
author | 2024-10-06 12:34:40 +0100 | |
---|---|---|
committer | 2024-10-06 12:34:40 +0100 | |
commit | 3ef2f01c0eecdd224986039c60bc522df91a5535 (patch) | |
tree | f32a31406a8188a9a8163a09c5e5bd4e9551eec4 /dev-ruby/rspec-core | |
parent | dev-ruby/ox: Stabilize 2.14.18 amd64, #941042 (diff) | |
download | gentoo-3ef2f01c0eecdd224986039c60bc522df91a5535.tar.gz gentoo-3ef2f01c0eecdd224986039c60bc522df91a5535.tar.bz2 gentoo-3ef2f01c0eecdd224986039c60bc522df91a5535.zip |
dev-ruby/rspec-core: Stabilize 3.13.1 amd64, #941043
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.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.13.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.13.1.ebuild index d14f3b6a4239..f92bc7bbd01d 100644 --- a/dev-ruby/rspec-core/rspec-core-3.13.1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.13.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="highlight test" SUBVERSION="$(ver_cut 1-2)" |