Diff marco-1.26.0 with a marco-1.26.1

/usr/portage/x11-wm/marco/marco-1.26.1.ebuild 2023-10-09 14:52:36.000368514 +0300
1
# Copyright 1999-2022 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
......
7 7

  
8 8
inherit mate
9 9

  
10
if [[ ${PV} != 9999 ]]; then
11
	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
12
fi
10
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
13 11

  
14 12
DESCRIPTION="MATE default window manager"
15 13
LICENSE="FDL-1.2+ GPL-2+ LGPL-2+ MIT"
......
19 17
RESTRICT="!test? ( test )"
20 18

  
21 19
COMMON_DEPEND="
22
	dev-libs/atk
20
	>=app-accessibility/at-spi2-core-2.46.0:2
23 21
	>=dev-libs/glib-2.58:2
24 22
	>=gnome-base/libgtop-2:2=
25 23
	media-libs/libcanberra[gtk3]
Thank you!