Diff gnote-44.1 with a gnote-45_rc

/usr/portage/app-misc/gnote/gnote-45_rc.ebuild 2023-10-09 14:52:28.800368333 +0300
10 10

  
11 11
LICENSE="GPL-3+ FDL-1.1"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm64 ~riscv x86"
13
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
14 14
IUSE="test"
15 15
RESTRICT="!test? ( test )"
16 16

  
17 17
DEPEND="
18
	>=dev-libs/glib-2.62:2[dbus]
19
	>=dev-cpp/glibmm-2.62.0:2
20
	>=dev-cpp/gtkmm-3.22.20:3.0
18
	>=dev-libs/glib-2.74:2[dbus]
19
	>=dev-cpp/glibmm-2.74:2.68
20
	>=dev-cpp/gtkmm-4.0.0:4.0
21 21
	>=app-crypt/libsecret-0.8
22 22
	>=dev-libs/libxml2-2:2
23 23
	dev-libs/libxslt
24 24
	>=sys-apps/util-linux-2.16
25
	>=app-text/gspell-1.6.0:=
26 25
	test? ( dev-libs/unittest++ )
27 26
"
28 27
RDEPEND="${DEPEND}
Thank you!