Diff coolio-1.7.1-r1 with a coolio-1.7.1-r2

/usr/portage/dev-ruby/coolio/coolio-1.7.1-r2.ebuild 2023-10-09 14:52:30.428368374 +0300
23 23
KEYWORDS="~amd64 ~x86"
24 24
IUSE=""
25 25

  
26
PATCHES=(
27
	"${FILESDIR}"/${PN}-1.7.1-fix-build-clang16.patch
28
)
29

  
26 30
# cool.io includes a bundled version of libev that is patched to work correctly with ruby.
27 31

  
28 32
all_ruby_prepare() {
Thank you!