Diff tmuxp-1.46.0 with a tmuxp-1.50.1

/usr/portage/app-misc/tmuxp/tmuxp-1.50.1.ebuild 2025-02-03 17:39:32.310665071 +0300
1
# Copyright 2019-2024 Gentoo Authors
1
# Copyright 2019-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..12} )
7
DISTUTILS_USE_PEP517=poetry
6
PYTHON_COMPAT=( python3_{10..13} )
7
DISTUTILS_USE_PEP517=hatchling
8 8
inherit distutils-r1
9 9

  
10 10
DESCRIPTION="tmux session manager. built on libtmux"
......
13 13

  
14 14
LICENSE="MIT"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
16
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
17 17

  
18 18
RDEPEND="
19 19
	>=app-misc/tmux-3.0a
20
	=dev-python/libtmux-0.36*[${PYTHON_USEDEP}]
20
	=dev-python/libtmux-0.40.1*[${PYTHON_USEDEP}]
21 21
	>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
22 22
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
23 23
"
Thank you!