Diff libzbd-1.2.0-r1 with a libzbd-2.0.4

/usr/portage/sys-block/libzbd/libzbd-2.0.4.ebuild 2023-10-09 14:52:35.436368500 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
12 12
# Examples/tools are GPL-3+, library is LGPL-3+
13 13
LICENSE="GPL-3+ LGPL-3+"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
15
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
16 16
IUSE="gtk"
17 17

  
18 18
# PKG_CHECK_MODULES is only for GTK right now
Thank you!