commit: bfb172e77a421667eb17aef3c0c6b891c0a20d0f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 17:55:38 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 18:02:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb172e7
dev-ruby/ptools: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ptools/ptools-1.5.0.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-ruby/ptools/ptools-1.5.0.ebuild b/dev-ruby/ptools/ptools-1.5.0.ebuild index 0e695707dd13..e57e9d59acaf 100644 --- a/dev-ruby/ptools/ptools-1.5.0.ebuild +++ b/dev-ruby/ptools/ptools-1.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" @@ -18,6 +18,3 @@ HOMEPAGE="https://github.com/djberg96/ptools" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="" - -#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"
