commit: 0591829b4dfcda75807815d3a1dfe2255d7b2bde Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 18:50:15 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 18:50:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0591829b
dev-ruby/coderay: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/coderay/coderay-1.1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/coderay/coderay-1.1.3-r2.ebuild b/dev-ruby/coderay/coderay-1.1.3-r2.ebuild index 5f2b9bdde80f..7d6dd484c59a 100644 --- a/dev-ruby/coderay/coderay-1.1.3-r2.ebuild +++ b/dev-ruby/coderay/coderay-1.1.3-r2.ebuild @@ -1,9 +1,9 @@ -# 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" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet.
