Diff itextomml-1.6.1 with a itextomml-1.6.1-r1

/usr/portage/dev-ruby/itextomml/itextomml-1.6.1-r1.ebuild 2026-07-24 20:03:04.195127626 +0300
1
# Copyright 1999-2024 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="ruby31 ruby32 ruby33 ruby34"
6
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
7 7

  
8 8
RUBY_FAKEGEM_EXTRADOC="README"
9 9
RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
10 10

  
11
inherit ruby-fakegem
11
inherit ruby-fakegem flag-o-matic
12 12

  
13 13
DESCRIPTION="Native Ruby bindings to itex2MML, which converts itex equations to MathML"
14 14
HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
......
21 21
#Tests don't fail here
22 22
RESTRICT="test"
23 23

  
24
all_ruby_prepare() {
25
	append-cflags -std=gnu17 #944196
26

  
27
	default
28
}
29

  
24 30
each_ruby_test() {
25 31
	${RUBY} test/test_itextomml.rb || die
26 32
}
Thank you!