Diff htmlentities-4.4.0 with a htmlentities-4.4.1

/usr/portage/dev-ruby/htmlentities/htmlentities-4.4.1.ebuild 2026-07-30 20:03:04.649738888 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby32 ruby33 ruby34"
6
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
7 7

  
8 8
RUBY_FAKEGEM_GEMSPEC="htmlentities.gemspec"
9 9
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
......
18 18

  
19 19
LICENSE="MIT"
20 20
SLOT="0"
21
KEYWORDS="~amd64 ~x86"
21
KEYWORDS="amd64 x86"
Thank you!