summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-01-04 07:37:45 +0100
committerHans de Graaff <graaff@gentoo.org>2025-01-04 07:37:45 +0100
commit34681da8b9434b666676a5491c8fc47c268c3641 (patch)
tree061b95be8c6195a2f55d17ca5fc6085471b48aeb /dev-ruby/vlad
parentdev-qt/qtwebengine: fix >=6.8 build with gcc+musl (diff)
downloadgentoo-34681da8b9434b666676a5491c8fc47c268c3641.tar.gz
gentoo-34681da8b9434b666676a5491c8fc47c268c3641.tar.bz2
gentoo-34681da8b9434b666676a5491c8fc47c268c3641.zip
dev-ruby/vlad: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/vlad')
-rw-r--r--dev-ruby/vlad/vlad-2.7.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/vlad/vlad-2.7.1-r1.ebuild b/dev-ruby/vlad/vlad-2.7.1-r1.ebuild
index 38a8ba0ce20d..29141c5d539b 100644
--- a/dev-ruby/vlad/vlad-2.7.1-r1.ebuild
+++ b/dev-ruby/vlad/vlad-2.7.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# 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="considerations.txt History.txt README.txt"
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/seattlerb/vlad"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
ruby_add_bdepend ">=dev-ruby/hoe-3.13
test? ( >=dev-ruby/minitest-5.7 )"