summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-07-03 16:31:10 +0200
committerHans de Graaff <hans@degraaff.org>2024-07-03 16:31:10 +0200
commit5eaf8a51cefe76b1849597518cf574540ecf251e (patch)
tree5f019c7c4e686f042d098de14c153d60feb2ebb0
parentdev-ruby/atlassian-jwt: enable ruby33 (diff)
downloadgraaff-5eaf8a51cefe76b1849597518cf574540ecf251e.tar.gz
graaff-5eaf8a51cefe76b1849597518cf574540ecf251e.tar.bz2
graaff-5eaf8a51cefe76b1849597518cf574540ecf251e.zip
dev-ruby/jira-ruby: enable ruby32
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-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:*