Diff hoe-3.26.0 with a hoe-4.0.4

/usr/portage/dev-ruby/hoe/hoe-4.0.4.ebuild 2023-10-09 14:52:30.436368374 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
5
USE_RUBY="ruby30 ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_DOCDIR="doc"
8 8
RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
......
41 41
	all_fakegem_compile
42 42

  
43 43
	if use doc; then
44
		rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
44
		rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.rdoc \
45
			 lib History.rdoc Manifest.txt README.doc || die
45 46
		rm -f doc/js/*.gz || die
46 47
	fi
47 48
}
Thank you!