Diff vecx-jg-1.2.2 with a vecx-jg-9999

/usr/portage/games-emulation/vecx-jg/vecx-jg-9999.ebuild 2023-10-09 14:52:31.092368390 +0300
1
# Copyright 2022-2023 Gentoo Authors
1
# Copyright 2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
else
16 16
	SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
17 17
	S="${WORKDIR}/${MY_P}"
18
	KEYWORDS="~amd64 ~arm64 ~x86"
18
	KEYWORDS="~amd64"
19 19
fi
20 20

  
21 21
LICENSE="MIT"
Thank you!