Diff jekyll-watch-2.2.1-r1 with a jekyll-watch-2.2.1-r2

/usr/portage/www-apps/jekyll-watch/jekyll-watch-2.2.1-r2.ebuild 2025-02-03 17:39:35.950678065 +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
EAPI=7
4
EAPI=8
5 5

  
6
USE_RUBY="ruby30 ruby31"
6
USE_RUBY="ruby31 ruby32"
7 7
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8 8
RUBY_FAKEGEM_TASK_DOC=""
9 9
RUBY_FAKEGEM_EXTRADOC="README.md History.markdown"
Thank you!