commit: 5a2f15e63b754235d2ba59ecb9f0d46b08c4a99e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 08:36:41 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 08:37:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f15e6
dev-ruby/permutation: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/permutation/permutation-0.1.8-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/permutation/permutation-0.1.8-r3.ebuild b/dev-ruby/permutation/permutation-0.1.8-r3.ebuild index 466b0063ab7a..94fd11d7f87c 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r3.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r3.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="CHANGES README"
