Diff kdocker-5.3 with a kdocker-5.4

/usr/portage/x11-misc/kdocker/kdocker-5.4.ebuild 2023-10-09 14:52:35.936368513 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit bash-completion-r1 qmake-utils xdg
7 7

  
......
12 12

  
13 13
LICENSE="GPL-2+"
14 14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16
IUSE=""
17 17

  
18 18
DEPEND="
Thank you!