Diff siril-1.2.0 with a siril-1.2.0_rc1-r1

/usr/portage/sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild 2023-10-09 14:52:34.992368489 +0300
13 13
	EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
14 14
else
15 15
	SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2"
16
	KEYWORDS="~amd64 ~x86"
16
	KEYWORDS="amd64 ~x86"
17 17
	S="${WORKDIR}/${PN}-${PV/_/-}"
18 18
fi
19 19

  
......
52 52

  
53 53
PATCHES=(
54 54
	"${FILESDIR}/${PN}-docfiles.patch"
55
	"${FILESDIR}/${PN}-1.2-stdint.patch"
56
	"${FILESDIR}/${PN}-1.2-tiff.patch"
55 57
	"${FILESDIR}/${PN}-1.2-exiv2-0.28.patch" # bug 906499
56 58
)
57 59

  
Thank you!