summaryrefslogtreecommitdiff
path: root/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild')
-rw-r--r--dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
index 840356ef3383..47a56ce23291 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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="NEWS.md README.md"
@@ -15,7 +15,6 @@ HOMEPAGE="https://github.com/ddfreyne/ddplugin/"
LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64 ~riscv"
-IUSE=""
all_ruby_prepare() {
sed -i -e '/coverall/I s:^:#:' test/helper.rb || die