Diff asciimath-2.0.5 with a asciimath-2.0.6
| /usr/portage/dev-ruby/asciimath/asciimath-2.0.6.ebuild 2025-07-29 16:22:13.696452703 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 |
USE_RUBY="ruby31 ruby32 ruby33" |
|
| 5 |
USE_RUBY="ruby31 ruby32 ruby33 ruby34" |
|
| 6 | 6 | |
| 7 | 7 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
| 8 | 8 | |
| ... | ... | |
| 16 | 16 |
LICENSE="MIT" |
| 17 | 17 |
SLOT="1" |
| 18 | 18 |
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" |
| 19 |
IUSE="" |
|
| 19 |
IUSE="test" |
|
| 20 | 20 | |
| 21 | 21 |
ruby_add_bdepend "test? ( dev-ruby/nokogiri )" |