Diff pari-2.15.5 with a pari-2.17.1

/usr/portage/sci-mathematics/pari/pari-2.17.1.ebuild 2026-01-08 10:18:06.752341512 +0300
14 14

  
15 15
# The subslot is the value of $soname_num obtained from
16 16
# upstream's config/version script.
17
SLOT="0/8"
17
SLOT="0/9"
18 18
KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
19 19
IUSE="data doc examples fltk gmp test threads X"
20 20
REQUIRED_USE="fltk? ( !X )" # mutually exclusive plot implementations
......
33 33
	X? ( x11-libs/libX11:0= )"
34 34
RDEPEND="${DEPEND}"
35 35

  
36
PATCHES=( "${FILESDIR}/${P}-gcc15-swap-conflict.patch" )
37

  
36 38
src_prepare() {
37 39
	default
38 40

  
Thank you!