diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-30 09:35:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-31 07:39:23 +0200 |
commit | 98f5390de94bc282f5b85a15f311d9c9568da3be (patch) | |
tree | 70671ed26c3f672badbde93bbe5f728b7b07a2df /dev-ruby/mocha | |
parent | dev-ruby/introspection: enable ruby31 and disable ruby25 (diff) | |
download | gentoo-98f5390de94bc282f5b85a15f311d9c9568da3be.tar.gz gentoo-98f5390de94bc282f5b85a15f311d9c9568da3be.tar.bz2 gentoo-98f5390de94bc282f5b85a15f311d9c9568da3be.zip |
dev-ruby/mocha: enable ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r-- | dev-ruby/mocha/mocha-1.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mocha/mocha-1.13.0.ebuild b/dev-ruby/mocha/mocha-1.13.0.ebuild index cf08b665dfa4..d95ad4cf3f1f 100644 --- a/dev-ruby/mocha/mocha-1.13.0.ebuild +++ b/dev-ruby/mocha/mocha-1.13.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance" |