Diff parley-24.08.3 with a parley-24.12.1

/usr/portage/kde-apps/parley/parley-24.12.1.ebuild 2025-02-03 17:39:34.086671411 +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
......
6 6
ECM_HANDBOOK="forceoptional"
7 7
ECM_HANDBOOK_DIR="docs"
8 8
PVCUT=$(ver_cut 1-3)
9
KFMIN=6.5.0
9
KFMIN=6.7.0
10 10
QTMIN=6.7.2
11 11
inherit ecm gear.kde.org optfeature
12 12

  
......
15 15

  
16 16
LICENSE="GPL-2" # TODO: CHECK
17 17
SLOT="6"
18
KEYWORDS="amd64 arm64 ~x86"
18
KEYWORDS="~amd64 ~arm64 ~x86"
19 19
IUSE="webengine"
20 20

  
21 21
DEPEND="
Thank you!