commit: 850347900aec3bafb34a42c3f63ed201445ae195 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Apr 3 11:44:00 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 11:48:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85034790
dev-ruby/rqrcode: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rqrcode/rqrcode-2.2.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild b/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild index 5d2f0af80d0f..ed2cad6a0025 100644 --- a/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild +++ b/dev-ruby/rqrcode/rqrcode-2.2.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_EXTRADOC="README.md" @@ -22,7 +22,6 @@ SRC_URI="https://github.com/whomwah/rqrcode/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="" ruby_add_rdepend " dev-ruby/chunky_png:0
