diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-02-18 07:54:25 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-02-18 07:59:29 +0100 |
commit | 498dc17b801afef1db389684636fcea57e12f7a4 (patch) | |
tree | 1e71ace71d5c461f008db05996134c430fec2637 /dev-ruby | |
parent | app-misc/tracker-miners: Stabilize 3.6.2 arm64, #920740 (diff) | |
download | gentoo-498dc17b801afef1db389684636fcea57e12f7a4.tar.gz gentoo-498dc17b801afef1db389684636fcea57e12f7a4.tar.bz2 gentoo-498dc17b801afef1db389684636fcea57e12f7a4.zip |
dev-ruby/typhoeus: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/typhoeus/typhoeus-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild b/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild index a8eebf9e4fa7..5eda113ddead 100644 --- a/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild @@ -1,9 +1,9 @@ -# 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" +USE_RUBY="ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md" RUBY_FAKEGEM_TASK_DOC="" |