summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/jira-ruby/jira-ruby-2.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/jira-ruby/jira-ruby-2.3.0.ebuild b/dev-ruby/jira-ruby/jira-ruby-2.3.0.ebuild
index 7536f26e..27c0f8ae 100644
--- a/dev-ruby/jira-ruby/jira-ruby-2.3.0.ebuild
+++ b/dev-ruby/jira-ruby/jira-ruby-2.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/sumoheavy/jira-ruby"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
ruby_add_rdepend "
dev-ruby/activesupport:*