commit: c3ac79769e0137a2acde1b719b4215c1378d97d3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 07:16:03 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 07:16:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ac7976
dev-ruby/mimemagic: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
index e89f936c8497..ed6790243a1b 100644
--- a/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
+++ b/dev-ruby/mimemagic/mimemagic-0.4.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 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="README.md"
@@ -18,7 +18,7 @@ LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-RDEPEND+=" x11-misc/shared-mime-info"
+RDEPEND="x11-misc/shared-mime-info"
ruby_add_rdepend "
dev-ruby/nokogiri