diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-12-30 09:56:29 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-12-30 09:56:29 +0100 |
commit | fc81f58e3627f466782832bb4a0474026654270d (patch) | |
tree | af2bdf72f0852692329c3fec9454d7369c57cf06 /dev-ruby | |
parent | dev-ruby/builder: enable ruby34 (diff) | |
download | gentoo-fc81f58e3627f466782832bb4a0474026654270d.tar.gz gentoo-fc81f58e3627f466782832bb4a0474026654270d.tar.bz2 gentoo-fc81f58e3627f466782832bb4a0474026654270d.zip |
dev-ruby/cgi: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/cgi/cgi-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/cgi/cgi-0.4.1.ebuild b/dev-ruby/cgi/cgi-0.4.1.ebuild index 2024cd9d9583..eef196388d63 100644 --- a/dev-ruby/cgi/cgi-0.4.1.ebuild +++ b/dev-ruby/cgi/cgi-0.4.1.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_EXTENSIONS=(ext/cgi/escape/extconf.rb) RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/cgi @@ -16,8 +16,8 @@ HOMEPAGE="https://github.com/ruby/cgi" SRC_URI="https://github.com/ruby/cgi/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" |