Diff gimps-30.7.9 with a gimps-30.8.15

/usr/portage/sci-mathematics/gimps/gimps-30.8.15.ebuild 2023-10-09 14:52:35.112368492 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit pax-utils readme.gentoo-r1 systemd tmpfiles
7 7

  
......
27 27
# Since there are no statically linked binaries for this version of mprime,
28 28
# and no static binaries for amd64 in general, we use the dynamically linked
29 29
# ones and try to cover the .so deps with the packages listed in RDEPEND.
30
# libgmp.so.10.3.2 is bundled within the .tar.gz, but we use the system one.
30
# libgmp.so.10.4.1 is bundled within the .tar.gz, but we use the system one.
31 31

  
32 32
DEPEND=""
33 33
RDEPEND="net-misc/curl
Thank you!