commit: ac3b25ddb1c6dba81a414a045180b395ea91a5b5 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 06:37:29 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 06:39:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3b25dd
dev-ruby/netrc: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/netrc/netrc-0.11.0-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-ruby/netrc/netrc-0.11.0-r2.ebuild b/dev-ruby/netrc/netrc-0.11.0-r2.ebuild index ace5e4bfd7cb..9d7e0ca4f26a 100644 --- a/dev-ruby/netrc/netrc-0.11.0-r2.ebuild +++ b/dev-ruby/netrc/netrc-0.11.0-r2.ebuild @@ -1,8 +1,8 @@ -# 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="changelog.txt Readme.md" @@ -12,9 +12,8 @@ DESCRIPTION="This library reads and writes .netrc files" HOMEPAGE="https://github.com/heroku/netrc" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86" SLOT="0" -IUSE="" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86" all_ruby_prepare() { # Avoid broken test that wrongly tests ruby internal code, bug 643922
