summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-12-31 07:31:56 +0100
committerHans de Graaff <graaff@gentoo.org>2024-12-31 07:39:20 +0100
commit790f891e1f93e3b704dd8077d2d86ce1da40ba44 (patch)
tree9c13a10571114745de1e11d0c3676edfef8a88df /dev-ruby/nanotest
parentdev-ruby/multipart-parser: enable ruby34 (diff)
downloadgentoo-790f891e1f93e3b704dd8077d2d86ce1da40ba44.tar.gz
gentoo-790f891e1f93e3b704dd8077d2d86ce1da40ba44.tar.bz2
gentoo-790f891e1f93e3b704dd8077d2d86ce1da40ba44.zip
dev-ruby/nanotest: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/nanotest')
-rw-r--r--dev-ruby/nanotest/nanotest-0.9.4.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/nanotest/nanotest-0.9.4.1-r2.ebuild b/dev-ruby/nanotest/nanotest-0.9.4.1-r2.ebuild
index 463f215eb6d8..caec14fd9464 100644
--- a/dev-ruby/nanotest/nanotest-0.9.4.1-r2.ebuild
+++ b/dev-ruby/nanotest/nanotest-0.9.4.1-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -12,8 +12,8 @@ DESCRIPTION="Extremely mynymal test framework"
HOMEPAGE="https://github.com/mynyml/nanotest"
LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
SLOT="0"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"