Diff urjtag-2021.03 with a urjtag-9999

/usr/portage/dev-embedded/urjtag/urjtag-9999.ebuild 2024-12-25 15:56:34.136966474 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
	inherit git-r3 autotools
13 13
	S="${WORKDIR}/${P}/${PN}"
14 14
else
15
	SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.xz"
16
	KEYWORDS="amd64 ppc ~sparc x86"
15
	SRC_URI="https://downloads.sourceforge.net/urjtag/${P}.tar.xz"
16
	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
17 17
fi
18 18

  
19 19
DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many more"
Thank you!