Diff openspecfun-0.5.3 with a openspecfun-0.5.5

/usr/portage/dev-libs/openspecfun/openspecfun-0.5.5.ebuild 2025-02-03 17:39:32.846666984 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2025 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 fortran-2 toolchain-funcs
7 7

  
......
11 11

  
12 12
LICENSE="MIT public-domain"
13 13
SLOT="0"
14
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
15 15

  
16 16
DEPEND="sci-libs/openlibm:="
17 17
RDEPEND="${DEPEND}"
Thank you!