Diff tcc-0.9.27_p20211022 with a tcc-0.9.27_p20230223

/usr/portage/dev-lang/tcc/tcc-0.9.27_p20230223.ebuild 2023-10-09 14:52:29.480368350 +0300
5 5

  
6 6
inherit toolchain-funcs
7 7

  
8
MY_COMMIT="16456168430c9e185dd94b8215aa77d02bbb8a2c"
8
MY_COMMIT="29ae3ed4d5b83eec43598d6cd7949bccb41c8083"
9 9
DESCRIPTION="A very small C compiler for ix86/amd64"
10 10
HOMEPAGE="https://bellard.org/tcc/ https://repo.or.cz/tinycc.git/"
11 11

  
......
14 14
	inherit git-r3
15 15
elif [[ ${PV} == *_p* ]] ; then
16 16
	SRC_URI="https://repo.or.cz/tinycc.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
17
	S="${WORKDIR}"/tinycc-1645616
17
	S="${WORKDIR}"/tinycc-29ae3ed
18 18
else
19 19
	SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2"
20 20
fi
......
22 22
LICENSE="LGPL-2.1"
23 23
SLOT="0"
24 24
if [[ ${PV} != *9999* ]] ; then
25
	KEYWORDS="amd64 ~arm64 ~riscv ~x86 ~amd64-linux"
25
	KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux"
26 26
fi
27 27

  
28 28
BDEPEND="dev-lang/perl" # doc generation
Thank you!