Diff utelnetd-0.1.11-r3 with a utelnetd-0.1.11-r4

/usr/portage/net-misc/utelnetd/utelnetd-0.1.11-r4.ebuild 2023-10-09 14:52:34.712368482 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
14
KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86"
15 15

  
16 16
RDEPEND="sys-apps/shadow"
17 17

  
18
PATCHES=(
19
	"${FILESDIR}"/${PN}-0.1.11-musl-getgt.patch
20
)
21

  
18 22
src_prepare() {
19 23
	default
20 24

  
Thank you!