diff options
-rw-r--r-- | dev-ruby/vcr/vcr-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/vcr/vcr-6.0.0.ebuild b/dev-ruby/vcr/vcr-6.0.0.ebuild index b87ac1a48830..6f57d8ff35ef 100644 --- a/dev-ruby/vcr/vcr-6.0.0.ebuild +++ b/dev-ruby/vcr/vcr-6.0.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/vcr/vcr/" SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" SLOT="$(ver_cut 1)" IUSE="json test" |