Diff brial-1.2.12 with a brial-1.2.12-r1

/usr/portage/sci-libs/brial/brial-1.2.12-r1.ebuild 2025-07-29 16:22:17.332467742 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
# The top-level license is GPL2+, but cudd/LICENSE is BSD.
13 13
LICENSE="BSD GPL-2+"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
15
KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos"
16 16
IUSE="png"
17 17

  
18 18
BDEPEND="virtual/pkgconfig"
19 19
DEPEND="dev-libs/boost
20
	sci-libs/m4ri[png=]"
20
	>=sci-libs/m4ri-20250128:=[png=]"
21 21
RDEPEND="${DEPEND}"
22 22

  
23 23
src_configure() {
Thank you!