Diff partitionmanager-24.08.3 with a partitionmanager-24.12.1

/usr/portage/sys-block/partitionmanager/partitionmanager-24.12.1.ebuild 2025-02-03 17:39:35.930677994 +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
5 5

  
6 6
ECM_HANDBOOK="optional"
7
KFMIN=6.5.0
7
KFMIN=6.7.0
8 8
PVCUT=$(ver_cut 1-3)
9 9
QTMIN=6.7.2
10 10
inherit ecm gear.kde.org
......
14 14

  
15 15
LICENSE="GPL-3"
16 16
SLOT="6"
17
KEYWORDS="amd64 arm64 ~ppc64 ~x86"
17
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
18 18
IUSE=""
19 19

  
20 20
DEPEND="
Thank you!