Diff nicotine+-3.2.9 with a nicotine+-3.2.9-r1

/usr/portage/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild 2023-10-09 14:52:34.740368482 +0300
4 4
EAPI=8
5 5

  
6 6
PYTHON_COMPAT=( python3_{10..11} )
7
PYTHON_REQ_USE="gdbm"
7 8
DISTUTILS_USE_PEP517=setuptools
8 9

  
9 10
inherit distutils-r1 xdg
......
15 16

  
16 17
LICENSE="GPL-3 LGPL-3"
17 18
SLOT="0"
18
KEYWORDS="amd64 ppc x86"
19
KEYWORDS="~amd64 ~ppc ~x86"
19 20

  
20 21
RDEPEND="${PYTHON_DEPS}
21 22
	dev-python/pygobject:3[${PYTHON_USEDEP}]
Thank you!