Diff matio-1.5.23 with a matio-1.5.28

/usr/portage/sci-libs/matio/matio-1.5.28.ebuild 2026-08-26 20:03:05.427139506 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
11 11

  
12 12
LICENSE="BSD-2"
13
SLOT="0/11" # subslot = soname version
14
KEYWORDS="amd64 ~arm64 ~x86"
13
SLOT="0/13" # subslot = soname version
14
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
15 15
IUSE="doc examples hdf5 sparse"
16 16

  
17 17
RDEPEND="
Thank you!