Diff fotema-2.4.0 with a fotema-2.4.1

/usr/portage/media-gfx/fotema/fotema-2.4.1.ebuild 2026-01-27 11:18:04.431763797 +0300
1
# Copyright 2024-2025 Gentoo Authors
1
# Copyright 2024-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7
"
8 8

  
9 9
declare -A GIT_CRATES=(
10
	[rust-faces]='https://github.com/blissd/fotema-rust-faces;fd8960294d3ae8fdf0d47e1e9b12f7204ecf74a5;fotema-rust-faces-%commit%'
10
	[rust-faces]='https://github.com/blissd/fotema-rust-faces;d1d1787344e5ce4252feaac7a75d83546dad482e;fotema-rust-faces-%commit%'
11 11
)
12 12

  
13
RUST_MIN_VER="1.87.0"
13
RUST_MIN_VER="1.92.0"
14 14

  
15 15
inherit cargo gnome2-utils meson xdg-utils
16 16

  
......
36 36
# Dependent crate licenses
37 37
LICENSE+="
38 38
	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0
39
	CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 WTFPL-2
40
	ZLIB
39
	CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA openssl Unicode-3.0
40
	WTFPL-2 ZLIB
41 41
"
42 42
SLOT="0"
43 43
KEYWORDS="~amd64"
Thank you!