commit: a05fbf79599b5bd96a36171ad223c93db6a3d209 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 05:07:01 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 05:12:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05fbf79
dev-ruby/pdf-inspector: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/pdf-inspector/pdf-inspector-1.3.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0-r1.ebuild b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0-r1.ebuild index 0b7ca848aa7e..df03bfb91805 100644 --- a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0-r1.ebuild +++ b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0-r1.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="ruby32 ruby33 ruby34" RUBY_FAKEGEM_TASK_TEST="" @@ -17,6 +17,5 @@ HOMEPAGE="https://github.com/prawnpdf/pdf-inspector" LICENSE="|| ( Ruby GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0:* <dev-ruby/pdf-reader-3:*"
