Diff fmawk-1.3 with a fmawk-9999

/usr/portage/app-misc/fmawk/fmawk-9999.ebuild 2023-10-09 14:52:28.796368333 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14
else
15 15
	SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
16 16
	S="${WORKDIR}/fm.awk-${PV}"
17
	KEYWORDS="amd64 ~x86"
17
	KEYWORDS="~amd64 ~x86"
18 18
fi
19 19

  
20 20
LICENSE="GPL-3+"
Thank you!