Diff fast_yaml-1.0.36 with a fast_yaml-1.0.40

/usr/portage/dev-erlang/fast_yaml/fast_yaml-1.0.40.ebuild 2026-06-23 19:41:04.148230467 +0300
1
# Copyright 1999-2024 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
......
11 11

  
12 12
LICENSE="Apache-2.0"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ~sparc ~x86"
14
KEYWORDS="~amd64 ~arm ~sparc ~x86"
15 15

  
16 16
DEPEND="
17
	>=dev-erlang/p1_utils-1.0.25
17
	>=dev-erlang/p1_utils-1.0.29
18 18
	dev-libs/libyaml
19 19
"
20 20
RDEPEND="${DEPEND}"
Thank you!