Diff io-endpoint-0.15.2 with a io-endpoint-0.17.1

/usr/portage/dev-ruby/io-endpoint/io-endpoint-0.17.1.ebuild 2026-02-04 11:18:06.367538378 +0300
1
# Copyright 2022-2025 Gentoo Authors
1
# Copyright 2022-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17

  
18 18
LICENSE="MIT"
19 19
SLOT="$(ver_cut 1)"
20
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
20
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
21 21
IUSE="test"
22 22

  
23 23
ruby_add_bdepend "test? (
Thank you!