diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-22 08:34:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-22 08:55:52 +0200 |
commit | e71757193b49c9324fc2c9d80fa78943588fc7cd (patch) | |
tree | e5d9a49cca1425ac75a54e15502dd3312209a4c5 /dev-ruby/spy | |
parent | dev-ruby/spy: drop 1.0.1-r1 (diff) | |
download | gentoo-e71757193b49c9324fc2c9d80fa78943588fc7cd.tar.gz gentoo-e71757193b49c9324fc2c9d80fa78943588fc7cd.tar.bz2 gentoo-e71757193b49c9324fc2c9d80fa78943588fc7cd.zip |
dev-ruby/spy: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/spy')
-rw-r--r-- | dev-ruby/spy/spy-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/spy/spy-1.0.2.ebuild b/dev-ruby/spy/spy-1.0.2.ebuild index fdfaa4108e0d..a53c58410e95 100644 --- a/dev-ruby/spy/spy-1.0.2.ebuild +++ b/dev-ruby/spy/spy-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" |