Diff zsync-0.6.2-r2 with a zsync-0.6.2-r3

/usr/portage/net-misc/zsync/zsync-0.6.2-r3.ebuild 2023-10-09 14:52:34.720368482 +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
......
18 18

  
19 19
LICENSE="Artistic-2"
20 20
SLOT="0"
21
KEYWORDS="amd64 ~arm ppc ppc64 x86"
21
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
22

  
23
PATCHES=(
24
	"${FILESDIR}"/${PN}-0.6.2-musl-off_t-fix.patch
25
)
22 26

  
23 27
src_prepare() {
24 28
	default
Thank you!